diff options
| author | brettcannon | 2012-07-18 17:36:24 -0300 | 
|---|---|---|
| committer | Brian Ford | 2012-07-18 15:42:29 -0700 | 
| commit | 1fd2b3d402f36e395a1fe9ea7e3f91a1b2833426 (patch) | |
| tree | d64e69f5966a2e2ceb52d7108efab01e09860ad0 /docs/content/tutorial | |
| parent | d56d69cc8319f69135a17a9bb5ae394123b33c51 (diff) | |
| download | angular.js-1fd2b3d402f36e395a1fe9ea7e3f91a1b2833426.tar.bz2 | |
fix(docs): Fixed some awkward wording
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_05.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index 40205e46..e518bf43 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -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> | 
