fix(docs) typo

This commit is contained in:
Misko Hevery 2012-06-02 16:25:52 -07:00
parent fa62ea810f
commit c269eb3d26

View file

@ -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'; });