aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBruno Coelho2013-03-18 11:40:17 -0300
committerJames deBoer2013-03-19 10:56:48 -0700
commit564963dc27c7d1da681cbda22cf9b219ad51e967 (patch)
treea0002da37ef7cfd5f486099e3d85d0f60b5e0704 /src
parentfe4f0ea262da180268c2cfe42d328447e9fe3d99 (diff)
downloadangular.js-564963dc27c7d1da681cbda22cf9b219ad51e967.tar.bz2
docs(filter): Using indefinite article
This doc was using both definite article and indefinite article at the same time.
Diffstat (limited to 'src')
-rw-r--r--src/ng/filter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/filter.js b/src/ng/filter.js
index e3ccb72e..94a3ae24 100644
--- a/src/ng/filter.js
+++ b/src/ng/filter.js
@@ -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