aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorsdesmond2013-07-10 08:28:01 -0600
committerPawel Kozlowski2013-07-10 22:53:26 +0200
commit13469e83fc8062202c92e3e9ec44ab60ef96d819 (patch)
treeb0377554f04bf4b76dfbb45e0f9c2947729aaef2 /docs/content
parentded42c7431014dc212481c83338c23261eee87a3 (diff)
downloadangular.js-13469e83fc8062202c92e3e9ec44ab60ef96d819.tar.bz2
docs(guide): example filter does not conditionally assign a color
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc
index b497a086..aee17085 100644
--- a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc
+++ b/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc
@@ -8,7 +8,7 @@ as the first argument. Any filter arguments are passed in as additional argument
function.
The following sample filter reverses a text string. In addition, it conditionally makes the
-text upper-case and assigns color.
+text upper-case.
<doc:example module="MyReverseModule">
<doc:source>