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

Skip to content

Commit 81dd1df

Browse files
mernenmhevery
authored andcommitted
docs($rootScope): fix typos on $new
1 parent dbafbb0 commit 81dd1df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/rootScope.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ function $RootScopeProvider(){
165165
* the scope and its child scopes to be permanently detached from the parent and thus stop
166166
* participating in model change detection and listener notification by invoking.
167167
*
168-
* @param {boolean} isolate if true then the scoped does not prototypically inherit from the
169-
* parent scope. The scope is isolated, as it can not se parent scope properties.
170-
* When creating widgets it is useful for the widget to not accidently read parent
168+
* @param {boolean} isolate if true then the scope does not prototypically inherit from the
169+
* parent scope. The scope is isolated, as it can not see parent scope properties.
170+
* When creating widgets it is useful for the widget to not accidentally read parent
171171
* state.
172172
*
173173
* @returns {Object} The newly created child scope.

0 commit comments

Comments
 (0)