diff options
| author | Stéphane Reynaud | 2013-12-06 11:07:40 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-17 12:30:59 +0000 |
| commit | b2e472e7a2e3389456278d8e6a18384a1d797f89 (patch) | |
| tree | 5bb9d776c52eb2254f6d5facfcab76c98c8cd3bb | |
| parent | 6ac773f350a3eacb5f4b3ab83bc06e3568ac8005 (diff) | |
| download | angular.js-b2e472e7a2e3389456278d8e6a18384a1d797f89.tar.bz2 | |
docs(tutorial/step-11): change "last" to "next"
Since step 12 was added, step 11 is not the last. So this is not the last improvement.
Closes #5306
| -rw-r--r-- | docs/content/tutorial/step_11.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 1a8d58cc..7932be1a 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. <div doc-tutorial-reset="11"></div> -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. |
