diff options
| author | Bruno Coelho | 2013-03-18 11:40:17 -0300 | 
|---|---|---|
| committer | James deBoer | 2013-03-20 11:41:14 -0700 | 
| commit | 76c0ddfc0b0794c22da94be441b4e52bf9fdc0c9 (patch) | |
| tree | eb2f1518d0a78f4531d679775bad47fefe8414a1 /src/ng | |
| parent | 36b888e78102ec580d831216b372cfebd91c9c1a (diff) | |
| download | angular.js-76c0ddfc0b0794c22da94be441b4e52bf9fdc0c9.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/ng')
| -rw-r--r-- | src/ng/filter.js | 2 | 
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  | 
