Skip to content

Commit 0dbb804

Browse files
committed
Merge pull request angular-ui#444 from qgerome/master
Fix small typo
2 parents ed0a2f8 + d4fc14e commit 0dbb804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/states.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ angular.module('uiRouterSample')
5656
.state('contacts', {
5757

5858
// 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.
59+
// It can only be implicitly activated by activating one of it's children.
6060
abstract: true,
6161

6262
// This abstract state will prepend '/contacts' onto the urls of all its children.
@@ -267,4 +267,4 @@ angular.module('uiRouterSample')
267267
}, 100);
268268
}]
269269
})
270-
}]);
270+
}]);

0 commit comments

Comments
 (0)