diff --git a/src/libs/actions/Session/index.ts b/src/libs/actions/Session/index.ts index 7c344a157922..416fbd52b7cd 100644 --- a/src/libs/actions/Session/index.ts +++ b/src/libs/actions/Session/index.ts @@ -547,7 +547,7 @@ function signInAfterTransitionFromOldDot(transitionURL: string) { // This section controls copilot changes const currentUserEmail = getCurrentUserEmail(); - // If ND and OD account are the same - do noting + // If ND and OD account are the same - do nothing if (email === currentUserEmail) { return; }