From 03e17adad6bb8fe1b1da23fee8fd444eaeffc472 Mon Sep 17 00:00:00 2001 From: idhindsight Date: Fri, 9 Dec 2016 13:30:39 -0500 Subject: [PATCH] Update step_09.ngdoc The possessive form of "it" is "its", not "it's". --- docs/content/tutorial/step_09.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index 5ab2e9b3eac8..12743491df10 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -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.