Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6ee7c29

Browse files
committed
docs(filter/filter): remove duplicate 'the'
Closes #15893
1 parent 0fbb118 commit 6ee7c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*
4747
* @param {function(actual, expected)|true|false} [comparator] Comparator which is used in
4848
* determining if values retrieved using `expression` (when it is not a function) should be
49-
* considered a match based on the the expected value (from the filter expression) and actual
49+
* considered a match based on the expected value (from the filter expression) and actual
5050
* value (from the object in the array).
5151
*
5252
* Can be one of:

0 commit comments

Comments
 (0)