Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76c0ddf

Browse files
brunocoelhojbdeboer
authored andcommitted
docs(filter): Using indefinite article
This doc was using both definite article and indefinite article at the same time.
1 parent 36b888e commit 76c0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Filters are just functions which transform input to an output. However filters need to be Dependency Injected. To
99
* 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.
10+
* responsible for creating a filter function.
1111
*
1212
* <pre>
1313
* // Filter registration

0 commit comments

Comments
 (0)