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

Commit

Permalink
fix(docs): Fixed some awkward wording
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and btford committed Jul 18, 2012
1 parent d56d69c commit 1fd2b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_05.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ native APIs and the global state associated with them — both of which make tes
HTTP request and tell it what to respond with. Note that the responses are not returned until we call
the `$httpBackend.flush` method.

Now, we will make assertions to verify that the `phones` model doesn't exist on the scope, before
Now, we will make assertions to verify that the `phones` model doesn't exist on `scope` before
the response is received:

<pre>
Expand Down

0 comments on commit 1fd2b3d

Please sign in to comment.