mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(filter): Using indefinite article
This doc was using both definite article and indefinite article at the same time.
This commit is contained in:
parent
fe4f0ea262
commit
564963dc27
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Filters are just functions which transform input to an output. However filters need to be Dependency Injected. To
|
||||
* achieve this a filter definition consists of a factory function which is annotated with dependencies and is
|
||||
* responsible for creating a the filter function.
|
||||
* responsible for creating a filter function.
|
||||
*
|
||||
* <pre>
|
||||
* // Filter registration
|
||||
|
|
|
|||
Loading…
Reference in a new issue