From 1b95ef3a20e84bd5b3ce8412219f2a454435a1c7 Mon Sep 17 00:00:00 2001 From: eemmosi Date: Wed, 7 Jan 2015 12:51:54 +0100 Subject: [PATCH] docs(tutorial/7 - Routing --- 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 210f5d0bd058..7ef454eca49d 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -11,7 +11,7 @@ multiple views by adding routing, using an Angular module called 'ngRoute'. * When you now navigate to `app/index.html`, you are redirected to `app/index.html/#/phones` and the phone list appears in the browser. -* When you click on a phone link the url changes to one specific to that phone and the stub of a +* When you click on a phone link, the url changes to that specific phone and the stub of a phone detail page is displayed.