Skip to content

Commit dbf8f79

Browse files
committed
change to possessive "its" vs contraction "it's"
1 parent fe36903 commit dbf8f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/app/contacts/contacts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ angular.module('uiRouterSample.contacts', [
1212
.state('contacts', {
1313

1414
// 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.
15+
// It can only be implicitly activated by activating one of its children.
1616
abstract: true,
1717

1818
// This abstract state will prepend '/contacts' onto the urls of all its children.

0 commit comments

Comments
 (0)