We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecf6ef commit 7f8bc58Copy full SHA for 7f8bc58
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