Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a20e76e

Browse files
Lajos Veresbtford
Lajos Veres
authored andcommitted
chore(ngRepeatSpec): fix typo
1 parent d59678a commit a20e76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/ngRepeatSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ describe('ngRepeat', function() {
893893
var extra = angular.element('<strong></strong>')[0];
894894
element[0].insertBefore(extra, ends[2]);
895895

896-
// move the third block to the begining
896+
// move the third block to the beginning
897897
$rootScope.values.unshift($rootScope.values.pop());
898898
$rootScope.$digest();
899899

0 commit comments

Comments
 (0)