diff --git a/resources/dist/index.js.json b/resources/dist/index.js.json index b00d66d16..f91e4c2a2 100644 Binary files a/resources/dist/index.js.json and b/resources/dist/index.js.json differ diff --git a/src/reducers/eventLogging.js b/src/reducers/eventLogging.js index f9c7db423..84d61f0c2 100644 --- a/src/reducers/eventLogging.js +++ b/src/reducers/eventLogging.js @@ -143,7 +143,7 @@ export default function eventLogging( state, action ) { } // Was the action delayed? Then it requires a token to be reduced. Enforce - // this here to avoid repetion and reduce nesting below. + // this here to avoid repetition and reduce nesting below. if ( actionTypesWithTokens.indexOf( action.type ) !== -1 && ( !state.interaction || action.token !== state.interaction.token )