Skip to content

Commit 5db568c

Browse files
idhindsightellimist
authored andcommitted
docs(tutorial/step_09): fix typo (it's --> its)
Closes angular#15485
1 parent 1a435b1 commit 5db568c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_09.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ angular.module('phonecatApp', [
194194
```
195195

196196
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
197+
(using its provider) for our application. In order to be able to quickly locate the configuration
198198
code, we put it into a separate file and used the `.config` suffix.
199199

200200
<br />

0 commit comments

Comments
 (0)