diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index d7e06a6f17a2..9ce462346bbc 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