Skip to content

Commit

Permalink
docs(querystring): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 29, 2017
1 parent e3e1b86 commit cb6d592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/querystring.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ For example:

var QueryPage = CreateReactClass({
propTypes: {
bar: prop-types.string,
_query: prop-types.object
bar: propTypes.string,
_query: propTypes.object
},

render: function() {
Expand Down

0 comments on commit cb6d592

Please sign in to comment.