From b923a327369be6eb0e3c922de70a8c1dcf9cbcd9 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 2 Oct 2021 21:03:19 +0800 Subject: [PATCH] fix: a typo in ga-saga.test.js (#43673) --- client/src/redux/ga-saga.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.