From a13c4ba770146c2d85e2853a3a1eaa9f6ed3115e Mon Sep 17 00:00:00 2001
From: justmiaotou
Date: Tue, 10 Dec 2013 15:59:10 +0800
Subject: docs(tutorial/step-5): fix typo
Closes #5347
---
docs/content/tutorial/step_05.ngdoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc
index d7e06a6f..9ce46234 100644
--- a/docs/content/tutorial/step_05.ngdoc
+++ b/docs/content/tutorial/step_05.ngdoc
@@ -199,7 +199,7 @@ isolated from the work done in other tests.
* We created a new scope for our controller by calling `$rootScope.$new()`
-* We called the injected `$controller` function passing the name of the`PhoneListCtrl` controller
+* We called the injected `$controller` function passing the name of the `PhoneListCtrl` controller
and the created scope as parameters.
Because our code now uses the `$http` service to fetch the phone list data in our controller, before
--
cgit v1.2.3
'selected'>master