From f1d01d4362d12c2ea3c3b4dd9b83d054ca7ea38e Mon Sep 17 00:00:00 2001 From: TheRealMaxion Date: Fri, 17 Mar 2017 15:54:51 +0100 Subject: [PATCH] docs(tutorial/9 - Routing) fix small typo --- docs/content/tutorial/step_09.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index c5162a229558..99683ccfeb44 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -402,7 +402,7 @@ You can now rerun `npm run protractor` to see the tests run (and hopefully pass)
-* Try to add a `{{$ctrl.phoneId}` binding in the template string for the phone details view: +* Try to add a `{{$ctrl.phoneId}}` binding in the template string for the phone details view: ```js when('/phones/:phoneId', {