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

Commit 7f6e132

Browse files
brettcannonbtford
authored andcommitted
fix(docs): Grammatical fix
1 parent 1fd2b3d commit 7f6e132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ we create the `PhoneListCtrl` child scope, we need to tell the testing harness t
172172
incoming request from the controller. To do this we:
173173

174174
* Request `$httpBackend` service to be injected into our `beforeEach` function. This is a mock
175-
mock version of the service that in production environment facilitates all XHR and JSONP requests.
175+
version of the service that in a production environment facilitates all XHR and JSONP requests.
176176
The mock version of this service allows you to write tests without having to deal with
177177
native APIs and the global state associated with them — both of which make testing a nightmare.
178178

0 commit comments

Comments
 (0)