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

Commit 6d0ff9f

Browse files
idhindsightgkalpak
authored andcommitted
docs(tutorial/step_09): fix typo (it's --> its)
Closes #15485
1 parent e3d0207 commit 6d0ff9f

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)