Skip to content

Commit

Permalink
fix(docs) typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Aug 27, 2012
1 parent fa62ea8 commit c269eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ng/rootScopeSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('Scope', function() {
}));


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

0 comments on commit c269eb3

Please sign in to comment.