Fix tons of typos

This commit is contained in:
Olivier Gagnon
2022-10-09 01:25:31 -04:00
parent f8a3a046de
commit f6f023eeb4
110 changed files with 212 additions and 207 deletions

View File

@@ -221,7 +221,7 @@ export function Root(props: IProps): React.ReactElement {
});
} catch {}
} else if (!options.vim) {
// Whem vim mode is disabled
// When vim mode is disabled
vimEditor?.dispose();
setVimEditor(null);
}