diff --git a/src/editor/sagas.ts b/src/editor/sagas.ts index 3372dd52..a1eb5270 100644 --- a/src/editor/sagas.ts +++ b/src/editor/sagas.ts @@ -160,7 +160,7 @@ function* handleEditorActivateFile( const file = openFiles.get(action.fileName); - // istanbul ignore if: this should alway be available after editorDidOpenFile + // istanbul ignore if: this should always be available after editorDidOpenFile if (file === undefined) { throw new Error('bug: could not get file from openFiles'); }