File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments