File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ function $RootScopeProvider(){
165
165
* the scope and its child scopes to be permanently detached from the parent and thus stop
166
166
* participating in model change detection and listener notification by invoking.
167
167
*
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
171
171
* state.
172
172
*
173
173
* @returns {Object } The newly created child scope.
You can’t perform that action at this time.
0 commit comments