Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a13c4ba

Browse files
justmiaotoupetebacondarwin
authored andcommitted
docs(tutorial/step-5): fix typo
Closes #5347
1 parent 040e743 commit a13c4ba

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)