We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7beb5b commit dcf3ec1Copy full SHA for dcf3ec1
docs/content/tutorial/step_09.ngdoc
@@ -194,7 +194,7 @@ angular.module('phonecatApp', [
194
```
195
196
Now, in addition to the core services and directives, we can also configure the `$route` service
197
-(using it's provider) for our application. In order to be able to quickly locate the configuration
+(using its provider) for our application. In order to be able to quickly locate the configuration
198
code, we put it into a separate file and used the `.config` suffix.
199
200
<br />
0 commit comments