diff --git a/client/src/redux/ga-saga.test.js b/client/src/redux/ga-saga.test.js index 582b87035e..a25eea639a 100644 --- a/client/src/redux/ga-saga.test.js +++ b/client/src/redux/ga-saga.test.js @@ -17,7 +17,7 @@ describe('ga-saga', () => { }; return ( expectSaga(createGaSaga, actionTypes) - // Assert that the `call` with expected pramater will eventually happen. + // Assert that the `call` with expected paramater will eventually happen. .call(GaTypes.event, mockEventPayload.data) // Dispatch any actions that the saga will `take`.