From fbfda241f616bcfe8273f501dd49120a3cb35fab Mon Sep 17 00:00:00 2001 From: brettcannon Date: Thu, 19 Jul 2012 11:12:40 -0300 Subject: [PATCH] fix(docs): Capitalize "Angular". --- docs/content/tutorial/step_07.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index b7c1b1b7168a..1e86b2565286 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -35,7 +35,7 @@ template into what we call a "layout template". This is a template that is commo our application. Other "partial templates" are then included into this layout template depending on the current "route" — the view that is currently displayed to the user. -Application routes in angular are declared via the +Application routes in Angular are declared via the {@link api/ng.$routeProvider $routeProvider}, which is the provider of the {@link api/ng.$route $route service}. This service makes it easy to wire together controllers, view templates, and the current