We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4f0ea commit 564963dCopy full SHA for 564963d
src/ng/filter.js
@@ -7,7 +7,7 @@
7
*
8
* Filters are just functions which transform input to an output. However filters need to be Dependency Injected. To
9
* achieve this a filter definition consists of a factory function which is annotated with dependencies and is
10
- * responsible for creating a the filter function.
+ * responsible for creating a filter function.
11
12
* <pre>
13
* // Filter registration
0 commit comments