Skip to content

Commit f28eb9b

Browse files
Stéphane Reynaudjamesdaily
Stéphane Reynaud
authored andcommitted
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 angular#5306
1 parent 96080d9 commit f28eb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_11.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this step, you will improve the way our app fetches data.
1111
<div doc-tutorial-reset="11"></div>
1212

1313

14-
The last improvement we will make to our app is to define a custom service that represents a {@link
14+
The next improvement we will make to our app is to define a custom service that represents a {@link
1515
http://en.wikipedia.org/wiki/Representational_State_Transfer RESTful} client. Using this client we
1616
can make XHR requests for data in an easier way, without having to deal with the lower-level {@link
1717
api/ng.$http $http} API, HTTP methods and URLs.

0 commit comments

Comments
 (0)