From 9480136d9f062ec4b8df0a35914b48c0d61e0002 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Thu, 21 Mar 2013 19:09:47 +0000 Subject: docs(*): fixed typos --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/rootScope.js') diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 5981b7e7..48ba038f 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -736,7 +736,7 @@ function $RootScopeProvider(){ * Afterwards, the event propagates to all direct and indirect scopes of the current scope and * calls all registered listeners along the way. The event cannot be canceled. * - * Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed + * Any exception emitted from the {@link ng.$rootScope.Scope#$on listeners} will be passed * onto the {@link ng.$exceptionHandler $exceptionHandler} service. * * @param {string} name Event name to emit. -- cgit v1.2.3