aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_08.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/tutorial/step_08.ngdoc')
-rwxr-xr-xdocs/content/tutorial/step_08.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc
index cdedef12..bec7bf6c 100755
--- a/docs/content/tutorial/step_08.ngdoc
+++ b/docs/content/tutorial/step_08.ngdoc
@@ -37,7 +37,7 @@ Now 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 will use {@link angular.services.$xhr $xhr} to fetch our
+To implement the phone details view we will use {@link angular.service.$xhr $xhr} to fetch our
data, and we'll flesh out the `phone-details.html` view template.