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

Commit fbfda24

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ template into what we call a "layout template". This is a template that is commo
3535
our application. Other "partial templates" are then included into this layout template depending on
3636
the current "route" — the view that is currently displayed to the user.
3737

38-
Application routes in angular are declared via the
38+
Application routes in Angular are declared via the
3939
{@link api/ng.$routeProvider $routeProvider}, which is the provider of the
4040
{@link api/ng.$route $route service}. This service makes it easy to wire together
4141
controllers, view templates, and the current

0 commit comments

Comments
 (0)