mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-02 22:37:07 +08: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:
committed by
James deBoer
parent
36b888e781
commit
76c0ddfc0b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user