Merge pull request #51 from sdemjanenko/fix_spec_typo

Element spec: Fix typo in spec description
This commit is contained in:
Christian Alfoni 2015-03-28 23:08:02 +01:00
commit 716498e6d7
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ describe('Element', function() {
}, 0);
});
it('should return true or false when calling isPrestine() depending on input has been "touched" or not', function () {
it('should return true or false when calling isPristine() depending on input has been "touched" or not', function () {
var isPristine = null;
var TestInput = React.createClass({