From b4f2043967a472b443d70fa5c6bf758516ee2d1d Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Mon, 15 Oct 2018 19:28:43 -0700 Subject: [PATCH] Merge pull request #1 from fabriziogiordano/typos Fix typos in StateUtils.js --- packages/core/src/StateUtils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/src/StateUtils.js b/packages/core/src/StateUtils.js index 3aff7d0f..360e94c2 100644 --- a/packages/core/src/StateUtils.js +++ b/packages/core/src/StateUtils.js @@ -34,7 +34,7 @@ const StateUtils = { /** * Pushes a new route into the navigation state. - * Note that this moves the index to the positon to where the last route in the + * Note that this moves the index to the position to where the last route in the * stack is at. */ push(state, route) { @@ -56,7 +56,7 @@ const StateUtils = { /** * Pops out a route from the navigation state. - * Note that this moves the index to the positon to where the last route in the + * Note that this moves the index to the position to where the last route in the * stack is at. */ pop(state) { @@ -146,7 +146,7 @@ const StateUtils = { /** * Replace a route by a index. - * Note that this moves the index to the positon to where the new route in the + * Note that this moves the index to the position to where the new route in the * stack is at. */ replaceAtIndex(state, index, route) {