Skip to content

Commit

Permalink
Update output
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 5, 2019
1 parent 3838560 commit 955fd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/viewport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MyMobileComponent = ifViewportMatches( '< small' )( MyMobileComponent );
**Returns**
`Function` Higher-order component.
`Function`: Higher-order component.
#### withViewportMatch
Expand Down Expand Up @@ -108,7 +108,7 @@ MyComponent = withViewportMatch( { isMobile: '< small' } )( MyComponent );

**Returns**

`Function` Higher-order component.
`Function`: Higher-order component.


<!-- END TOKEN(Autogenerated API docs) -->
Expand Down

0 comments on commit 955fd06

Please sign in to comment.