Skip to content

Commit f02811f

Browse files
thinegodgkalpak
authored andcommitted
docs(ngOptions): rephrased a sentence for clarity
Closes angular#13010
1 parent bcf78eb commit f02811f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/ngOptions.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var ngOptionsMinErr = minErr('ngOptions');
4343
* changes.
4444
*
4545
* Note that `$watchCollection` does a shallow comparison of the properties of the object (or the items in the collection
46-
* if the model is an array). This means that changing a property deeper inside the object/collection that the
47-
* first level will not trigger a re-rendering.
46+
* if the model is an array). This means that changing a property deeper than the first level inside the
47+
* object/collection will not trigger a re-rendering.
4848
*
4949
*
5050
* ## `select` **`as`**

0 commit comments

Comments
 (0)