Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrinaudo authored and edorivai committed Oct 3, 2019
1 parent bc71a72 commit 617c888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class App extends React.Component {
### query

Alternatively, if you only need to match against a single media query, the `query` prop provides a less-verbose approach.
More documentation about the difference betwen `query` and `queries` can be found below.
More documentation about the difference between `query` and `queries` can be found below.

```jsx
import React, { Fragment } from 'react';
Expand Down

0 comments on commit 617c888

Please sign in to comment.