From 564963dc27c7d1da681cbda22cf9b219ad51e967 Mon Sep 17 00:00:00 2001 From: Bruno Coelho Date: Mon, 18 Mar 2013 11:40:17 -0300 Subject: docs(filter): Using indefinite article This doc was using both definite article and indefinite article at the same time. --- src/ng/filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. * *
  *   // Filter registration
-- 
cgit v1.2.3