diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index e13b8db0ed6e..b2b40ce18863 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -12,8 +12,8 @@ phone in the phone list. * When you click on a phone on the list, the phone details page with phone-specific information is displayed. -To implement the phone details view we used {@link ng.$http $http} to fetch our data, and we -fleshed out the `phone-detail.html` view template. +To implement the phone details view we want to use {@link ng.$http $http} to fetch our data, and then +flesh out the `phone-detail.html` view template.