diff --git a/test/ng/directive/ngRepeatSpec.js b/test/ng/directive/ngRepeatSpec.js index b672f86f8..4a257ae9c 100644 --- a/test/ng/directive/ngRepeatSpec.js +++ b/test/ng/directive/ngRepeatSpec.js @@ -893,7 +893,7 @@ describe('ngRepeat', function() { var extra = angular.element('')[0]; element[0].insertBefore(extra, ends[2]); - // move the third block to the begining + // move the third block to the beginning $rootScope.values.unshift($rootScope.values.pop()); $rootScope.$digest();