From dbf8f79d86dbcfb5f56fe864eb4a3ef7c932d53e Mon Sep 17 00:00:00 2001 From: jody tate Date: Mon, 3 Nov 2014 12:59:05 -0800 Subject: [PATCH] change to possessive "its" vs contraction "it's" --- sample/app/contacts/contacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/app/contacts/contacts.js b/sample/app/contacts/contacts.js index cc66b3e53..b75284aeb 100644 --- a/sample/app/contacts/contacts.js +++ b/sample/app/contacts/contacts.js @@ -12,7 +12,7 @@ angular.module('uiRouterSample.contacts', [ .state('contacts', { // With abstract set to true, that means this state can not be explicitly activated. - // It can only be implicitly activated by activating one of it's children. + // It can only be implicitly activated by activating one of its children. abstract: true, // This abstract state will prepend '/contacts' onto the urls of all its children.