From 7282c6ab9f8a267033e8fd620b9c9a3d70387aea Mon Sep 17 00:00:00 2001 From: Hari Menon Date: Wed, 24 Sep 2014 16:30:01 -0400 Subject: [PATCH] Correct the summary to match the step's content --- docs/content/tutorial/step_11.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 7a8aec10cb2a..d14cc3c8d6ef 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -8,7 +8,7 @@ In this step, you will change the way our app fetches data. -* We defined a custom service that represents a [RESTful][restful] client. Using this client we +* We define a custom service that represents a [RESTful][restful] client. Using this client we can make requests to the server for data in an easier way, without having to deal with the lower-level {@link ng.$http $http} API, HTTP methods and URLs. @@ -281,7 +281,7 @@ You should now see the following output in the Karma tab: # Summary -With the phone image swapper in place, we're ready for {@link step_12 step 12} (the last step!) to +Now that we've seen how to build a custom service as a RESTful client, we're ready for {@link step_12 step 12} (the last step!) to learn how to improve this application with animations.