From a10ff6afd4b4808675c8517c282ecb94d452f751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Reynaud?= Date: Fri, 6 Dec 2013 11:07:40 +0100 Subject: [PATCH] docs(tutorial/step-11): change last by next Since step 12 was added, step 11 is not the last. So this is not the last improvement. --- docs/content/tutorial/step_11.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 1a8d58cc8378..7932be1ad75f 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -11,7 +11,7 @@ In this step, you will improve the way our app fetches data.
-The last improvement we will make to our app is to define a custom service that represents a {@link +The next improvement we will make to our app is to define a custom service that represents a {@link http://en.wikipedia.org/wiki/Representational_State_Transfer RESTful} client. Using this client we can make XHR requests for data in an easier way, without having to deal with the lower-level {@link api/ng.$http $http} API, HTTP methods and URLs.