Skip to content

Commit 7f8bc58

Browse files
idhindsightgkalpak
authored andcommitted
docs(tutorial/step_09): fix typo (it's --> its)
Closes angular#15485
1 parent 1ecf6ef commit 7f8bc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_09.ngdoc

+1-1
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)