File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments