We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055b738 commit 72d63dbCopy full SHA for 72d63db
src/ng/rootScope.js
@@ -605,7 +605,7 @@ function $RootScopeProvider(){
605
* {@link ng.directive:ngController controllers} or in
606
* {@link ng.$compileProvider#directive directives}.
607
* Instead, you should call {@link ng.$rootScope.Scope#$apply $apply()} (typically from within
608
- * a {@link ng.$compileProvider#directive directives}), which will force a `$digest()`.
+ * a {@link ng.$compileProvider#directive directive}), which will force a `$digest()`.
609
*
610
* If you want to be notified whenever `$digest()` is called,
611
* you can register a `watchExpression` function with
0 commit comments