spelling: otherwise

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-09-28 12:23:34 -04:00
parent 5c469137b0
commit c42272d870
3 changed files with 3 additions and 3 deletions

View File

@@ -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: [],

View File

@@ -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: [],

View File

@@ -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: [],