diff --git a/playgrounds/firecamp-graphql/src/store/slices/change.slice.ts b/playgrounds/firecamp-graphql/src/store/slices/change.slice.ts index c449d9b3..3c1a73e2 100644 --- a/playgrounds/firecamp-graphql/src/store/slices/change.slice.ts +++ b/playgrounds/firecamp-graphql/src/store/slices/change.slice.ts @@ -29,7 +29,7 @@ interface IRequestChangeStateSlice { */ disposeRCS: () => void; } -//@note; always use _cloneDeep at its usage otherrwise its value will be manipulate at global scope +//@note; always use _cloneDeep at its usage otherwise its value will be manipulate at global scope const initialSliceState = { requestChangeState: { url: [], diff --git a/playgrounds/firecamp-socket-io/src/store/slices/change.slice.ts b/playgrounds/firecamp-socket-io/src/store/slices/change.slice.ts index 4cbbe6e9..78b84686 100644 --- a/playgrounds/firecamp-socket-io/src/store/slices/change.slice.ts +++ b/playgrounds/firecamp-socket-io/src/store/slices/change.slice.ts @@ -30,7 +30,7 @@ interface IRequestChangeStateSlice { disposeRCS: () => void; } -//@note; always use _cloneDeep at its usage other wise its value will be manipulated at global scope reference +//@note; always use _cloneDeep at its usage otherwise its value will be manipulated at global scope reference const initialSliceState = { requestChangeState: { url: [], diff --git a/playgrounds/firecamp-websocket/src/store/slices/change.slice.ts b/playgrounds/firecamp-websocket/src/store/slices/change.slice.ts index 60e42ca3..5117b6cc 100644 --- a/playgrounds/firecamp-websocket/src/store/slices/change.slice.ts +++ b/playgrounds/firecamp-websocket/src/store/slices/change.slice.ts @@ -31,7 +31,7 @@ interface IRequestChangeStateSlice { disposeRCS: () => void; } -//@note; always use _cloneDeep at its usage other wise its value will be manipulate at global scope +//@note; always use _cloneDeep at its usage otherwise its value will be manipulate at global scope const initialSliceState = { requestChangeState: { url: [],