aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsdesmond2013-07-10 08:28:01 -0600
committerPawel Kozlowski2013-07-10 22:55:03 +0200
commite6c9bfa4a90012f9f5115b1ec44e8981e5a41f49 (patch)
tree9aef09f8fb3da918bba6eed4e9bb366bdc7b9420 /docs
parent7a3e182e9c9529c210a08f632e4ef342712fb5f0 (diff)
downloadangular.js-e6c9bfa4a90012f9f5115b1ec44e8981e5a41f49.tar.bz2
docs(guide): example filter does not conditionally assign a color
Diffstat (limited to 'docs')
-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>