docs(filter): Using indefinite article

This doc was using both definite article and indefinite article at the same time.
This commit is contained in:
Bruno Coelho 2013-03-18 11:40:17 -03:00 committed by James deBoer
parent fe4f0ea262
commit 564963dc27

View file

@ -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