Skip to content

Commit

Permalink
Merge pull request #37 from adrianocola/master
Browse files Browse the repository at this point in the history
Fixed misspell: "PropTypes" instead of "propTypes"
  • Loading branch information
Raathigesh authored Jan 4, 2018
2 parents 207a337 + 8ee834c commit 8dc83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Dashboard extends Component {
}
}

Dashboard.PropTypes = {
Dashboard.propTypes = {
/**
* The layout of the dashboard.
*/
Expand Down

0 comments on commit 8dc83ee

Please sign in to comment.