Skip to content

Commit

Permalink
Spellfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdort committed Apr 19, 2017
1 parent 0d7ffb6 commit c1a8081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import toQuery from './toQuery'


const defaultTypes = {
component: ProptyPes.node,
query: ProptyPes.string,
values: ProptyPes.shape(mediaQuery.matchers),
children: ProptyPes.oneOfType([ ProptyPes.node, ProptyPes.function ])
component: PropTypes.string.node,
query: PropTypes.string,
values: PropTypes.shape(mediaQuery.matchers),
children: PropTypes.oneOfType([ PropTypes.node, PropTypes.function ])
}
const mediaKeys = Object.keys(mediaQuery.all)
const excludedQueryKeys = Object.keys(defaultTypes)
Expand Down

0 comments on commit c1a8081

Please sign in to comment.