Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Lines changed: 1 addition & 1 deletion
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)