summaryrefslogtreecommitdiffstats
path: root/client/config/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/config/router.js')
-rw-r--r--client/config/router.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/router.js b/client/config/router.js
index 8fa74bee..97871e23 100644
--- a/client/config/router.js
+++ b/client/config/router.js
@@ -24,7 +24,7 @@ Router.configure({
return this.redirect('atSignIn');
}
- // We want to execute our EscapeActions.executeLowerThan method any time the
+ // We want to execute our EscapeActions.executeUpTo method any time the
// route is changed, but not if the stays the same but only the parameters
// change (eg when a user is navigation from a card A to a card B). Iron-
// Router onBeforeAction is a reactive context (which is a bad desig choice