aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_09.ngdoc
diff options
context:
space:
mode:
authorbrettcannon2012-07-19 13:08:21 -0300
committerBrian Ford2012-07-19 09:26:34 -0700
commit206371b7372c242db234ca8da12d1c7a8a322d54 (patch)
tree7aaba8d7e1e4b57034fcc313e7c22b1cac415efc /docs/content/tutorial/step_09.ngdoc
parentb6b92bd866e1d6d066f1c9bf1937496cd3e28664 (diff)
downloadangular.js-206371b7372c242db234ca8da12d1c7a8a322d54.tar.bz2
fix(docs): Capitalize Angular.
Diffstat (limited to 'docs/content/tutorial/step_09.ngdoc')
-rw-r--r--docs/content/tutorial/step_09.ngdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc
index 67accf25..d81e17bc 100644
--- a/docs/content/tutorial/step_09.ngdoc
+++ b/docs/content/tutorial/step_09.ngdoc
@@ -64,7 +64,7 @@ __`app/index.html`:__
...
</pre>
-The syntax for using filters in angular templates is as follows:
+The syntax for using filters in Angular templates is as follows:
{{ expression | filter }}
@@ -121,7 +121,7 @@ output.
# Experiments
-* Let's experiment with some of the {@link api/ng.$filter built-in angular filters} and add the
+* Let's experiment with some of the {@link api/ng.$filter built-in Angular filters} and add the
following bindings to `index.html`:
* `{{ "lower cap string" | uppercase }}`
* `{{ {foo: "bar", baz: 23} | json }}`
@@ -137,7 +137,7 @@ the following to index.html:
# Summary
Now that you have learned how to write and test a custom filter, go to {@link step_10 step 10} to
-learn how we can use angular to enhance the phone details page further.
+learn how we can use Angular to enhance the phone details page further.
<ul doc-tutorial-nav="9"></ul>