Element spec: Fix typo in spec description

This commit is contained in:
Stephen Demjanenko 2015-03-14 10:43:09 -07:00
parent 2c64535522
commit 27f705a3d0
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({