aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ng/directive/ngRepeatSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/directive/ngRepeatSpec.js b/test/ng/directive/ngRepeatSpec.js
index b672f86f..4a257ae9 100644
--- a/test/ng/directive/ngRepeatSpec.js
+++ b/test/ng/directive/ngRepeatSpec.js
@@ -893,7 +893,7 @@ describe('ngRepeat', function() {
var extra = angular.element('<strong></strong>')[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();