Skip to content

Commit 85db30a

Browse files
victor-o-silvagkalpak
authored andcommitted
docs(ngRepeat): fix typo
Closes angular#14681
1 parent 5e7c4ab commit 85db30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRepeat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* it's a prefix used by Angular for public (`$`) and private (`$$`) properties.
5050
*
5151
* - The built-in filters {@link ng.orderBy orderBy} and {@link ng.filter filter} do not work with
52-
* objects, and will throw if used with one.
52+
* objects, and will throw an error if used with one.
5353
*
5454
* If you are hitting any of these limitations, the recommended workaround is to convert your object into an array
5555
* that is sorted into the order that you prefer before providing it to `ngRepeat`. You could

0 commit comments

Comments
 (0)