Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/step_11): Correct the summary to match the step's content #9257

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_11.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.


Expand Down