Skip to content

Commit 945bf28

Browse files
bwiklundjamesdaily
authored andcommitted
chore(inputSpec): fixed typo
1 parent 56f2d1e commit 945bf28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ng/directive/inputSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ describe('input', function() {
724724

725725
describe('minlength', function() {
726726

727-
it('should invalid shorter than given minlenght', function() {
727+
it('should invalid shorter than given minlength', function() {
728728
compileInput('<input type="text" ng-model="value" ng-minlength="3" />');
729729

730730
changeInputValueTo('aa');
@@ -738,7 +738,7 @@ describe('input', function() {
738738

739739
describe('maxlength', function() {
740740

741-
it('should invalid shorter than given maxlenght', function() {
741+
it('should invalid shorter than given maxlength', function() {
742742
compileInput('<input type="text" ng-model="value" ng-maxlength="5" />');
743743

744744
changeInputValueTo('aaaaaaaa');

0 commit comments

Comments
 (0)