Merge pull request #51 from sdemjanenko/fix_spec_typo
Element spec: Fix typo in spec description
This commit is contained in:
commit
716498e6d7
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue