From 27f705a3d016cc9e3e7c73db8485ae0d40792886 Mon Sep 17 00:00:00 2001 From: Stephen Demjanenko Date: Sat, 14 Mar 2015 10:43:09 -0700 Subject: [PATCH] Element spec: Fix typo in spec description --- specs/Element-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/Element-spec.js b/specs/Element-spec.js index f5eb4d0..763be76 100644 --- a/specs/Element-spec.js +++ b/specs/Element-spec.js @@ -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({