docs(tutorial/step_09): fix typo (it's --> its)

Closes #15485
This commit is contained in:
idhindsight
2016-12-09 13:30:39 -05:00
committed by Georgios Kalpakas
parent 1ecf6efa81
commit 7f8bc587ae
+1 -1
View File
@@ -194,7 +194,7 @@ angular.module('phonecatApp', [
```
Now, in addition to the core services and directives, we can also configure the `$route` service
(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
code, we put it into a separate file and used the `.config` suffix.
<br />