diff --git a/sample/states.js b/sample/states.js index 45e57dd83..276b765cb 100644 --- a/sample/states.js +++ b/sample/states.js @@ -56,7 +56,7 @@ angular.module('uiRouterSample') .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 if it's children. + // It can only be implicitly activated by activating one of it's children. abstract: true, // This abstract state will prepend '/contacts' onto the urls of all its children. @@ -267,4 +267,4 @@ angular.module('uiRouterSample') }, 100); }] }) - }]); \ No newline at end of file + }]);