Skip to content

Commit 35f5ac0

Browse files
justmiaotoujamesdaily
authored andcommitted
docs(tutorial/step-5): fix typo
Closes angular#5347
1 parent ee9c074 commit 35f5ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ isolated from the work done in other tests.
199199

200200
* We created a new scope for our controller by calling `$rootScope.$new()`
201201

202-
* We called the injected `$controller` function passing the name of the`PhoneListCtrl` controller
202+
* We called the injected `$controller` function passing the name of the `PhoneListCtrl` controller
203203
and the created scope as parameters.
204204

205205
Because our code now uses the `$http` service to fetch the phone list data in our controller, before

0 commit comments

Comments
 (0)