Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 206371b

Browse files
brettcannonbtford
authored andcommitted
fix(docs): Capitalize Angular.
1 parent b6b92bd commit 206371b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/tutorial/step_09.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ __`app/index.html`:__
6464
...
6565
</pre>
6666

67-
The syntax for using filters in angular templates is as follows:
67+
The syntax for using filters in Angular templates is as follows:
6868

6969
{{ expression | filter }}
7070

@@ -121,7 +121,7 @@ output.
121121

122122
# Experiments
123123

124-
* Let's experiment with some of the {@link api/ng.$filter built-in angular filters} and add the
124+
* Let's experiment with some of the {@link api/ng.$filter built-in Angular filters} and add the
125125
following bindings to `index.html`:
126126
* `{{ "lower cap string" | uppercase }}`
127127
* `{{ {foo: "bar", baz: 23} | json }}`
@@ -137,7 +137,7 @@ the following to index.html:
137137
# Summary
138138

139139
Now that you have learned how to write and test a custom filter, go to {@link step_10 step 10} to
140-
learn how we can use angular to enhance the phone details page further.
140+
learn how we can use Angular to enhance the phone details page further.
141141

142142

143143
<ul doc-tutorial-nav="9"></ul>

0 commit comments

Comments
 (0)