From eb90672aae0fae1fdcd8b05b14b04f1e6818662b Mon Sep 17 00:00:00 2001
From: Ben Wiklund
Date: Sun, 5 Jan 2014 20:01:33 -0800
Subject: chore(inputSpec): fixed typo
---
test/ng/directive/inputSpec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/ng/directive/inputSpec.js b/test/ng/directive/inputSpec.js
index c9a345cd..26abceae 100644
--- a/test/ng/directive/inputSpec.js
+++ b/test/ng/directive/inputSpec.js
@@ -724,7 +724,7 @@ describe('input', function() {
describe('minlength', function() {
- it('should invalid shorter than given minlenght', function() {
+ it('should invalid shorter than given minlength', function() {
compileInput('');
changeInputValueTo('aa');
@@ -738,7 +738,7 @@ describe('input', function() {
describe('maxlength', function() {
- it('should invalid shorter than given maxlenght', function() {
+ it('should invalid shorter than given maxlength', function() {
compileInput('');
changeInputValueTo('aaaaaaaa');
--
cgit v1.2.3