Skip to content

Commit

Permalink
correct 2nd param of useViewportMatch() Usage (#20911)
Browse files Browse the repository at this point in the history
add missing opening single quote
  • Loading branch information
cliffordp authored Mar 15, 2020
1 parent 478b503 commit ce00797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Returns true if the viewport matches the given query, or false otherwise.
_Usage_

```js
useViewportMatch( 'huge', <' );
useViewportMatch( 'huge', '<' );
useViewportMatch( 'medium' );
```

Expand Down

0 comments on commit ce00797

Please sign in to comment.