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

Commit c269eb3

Browse files
committed
fix(docs) typo
1 parent fa62ea8 commit c269eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/rootScopeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('Scope', function() {
182182
}));
183183

184184

185-
it('should repeat watch cycle from the root elemnt', inject(function($rootScope) {
185+
it('should repeat watch cycle from the root element', inject(function($rootScope) {
186186
var log = '';
187187
var child = $rootScope.$new();
188188
$rootScope.$watch(function() { log += 'a'; });

0 commit comments

Comments
 (0)