We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe36903 commit dbf8f79Copy full SHA for dbf8f79
sample/app/contacts/contacts.js
@@ -12,7 +12,7 @@ angular.module('uiRouterSample.contacts', [
12
.state('contacts', {
13
14
// With abstract set to true, that means this state can not be explicitly activated.
15
- // 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.
16
abstract: true,
17
18
// This abstract state will prepend '/contacts' onto the urls of all its children.
0 commit comments