We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed0a2f8 + d4fc14e commit 0dbb804Copy full SHA for 0dbb804
sample/states.js
@@ -56,7 +56,7 @@ angular.module('uiRouterSample')
56
.state('contacts', {
57
58
// With abstract set to true, that means this state can not be explicitly activated.
59
- // 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.
60
abstract: true,
61
62
// This abstract state will prepend '/contacts' onto the urls of all its children.
@@ -267,4 +267,4 @@ angular.module('uiRouterSample')
267
}, 100);
268
}]
269
})
270
- }]);
+ }]);
0 commit comments