Skip to content

Commit

Permalink
reconcile merge conflict in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Dec 2, 2015
2 parents 300c88b + 5374796 commit 4b7bd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Form = React.createClass({

getInitialState: function () {
return {
canSumbit: false
canSubmit: false
};
},

Expand Down Expand Up @@ -175,4 +175,4 @@ See [CHANGELOG.md](https://github.com/mbrookes/formsy-material-ui/blob/master/CH

Originally based on an example by [Ryan Blakeley](https://github.com/rblakeley).

Thanks to our [contributors](https://github.com/mbrookes/formsy-material-ui/graphs/contributors).
Thanks to our [contributors](https://github.com/mbrookes/formsy-material-ui/graphs/contributors).

0 comments on commit 4b7bd99

Please sign in to comment.