Skip to content

Commit

Permalink
fixed typo on propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dozoisch committed Aug 3, 2014
1 parent 19a2497 commit 77929f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/flux-chat/js/components/MessageListItem.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var ReactPropTypes = React.PropTypes;

var MessageListItem = React.createClass({

props: {
propTypes: {
message: ReactPropTypes.object
},

Expand Down
2 changes: 1 addition & 1 deletion examples/flux-chat/js/components/ThreadListItem.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var ReactPropTypes = React.PropTypes;

var ThreadListItem = React.createClass({

props: {
propTypes: {
thread: ReactPropTypes.object,
currentThreadID: ReactPropTypes.string
},
Expand Down

0 comments on commit 77929f8

Please sign in to comment.