Skip to content

Commit 7e3e34c

Browse files
Merge pull request #2242 from stewx/patch-1
docs($state): fix typo
2 parents 79393bc + ab6ddfe commit 7e3e34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/state.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
540540
*
541541
* Callback function for when a state is entered. Good way
542542
* to trigger an action or dispatch an event, such as opening a dialog.
543-
* If minifying your scripts, make sure to explictly annotate this function,
543+
* If minifying your scripts, make sure to explicitly annotate this function,
544544
* because it won't be automatically annotated by your build tools.
545545
*
546546
* <pre>onEnter: function(MyService, $stateParams) {
@@ -552,7 +552,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
552552
*
553553
* Callback function for when a state is exited. Good way to
554554
* trigger an action or dispatch an event, such as opening a dialog.
555-
* If minifying your scripts, make sure to explictly annotate this function,
555+
* If minifying your scripts, make sure to explicitly annotate this function,
556556
* because it won't be automatically annotated by your build tools.
557557
*
558558
* <pre>onExit: function(MyService, $stateParams) {

0 commit comments

Comments
 (0)