Doc: fix typo

Change-Id: I14fc469a735d8838f093fbd0b23e8f5235b4dfc9
This commit is contained in:
Stephen Niedzielski 2018-08-14 12:42:56 -05:00
parent 9840679042
commit 76195013be
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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 )