From 057ba4bab9f45534fe5737d865434db5a0843a64 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 18 May 2022 18:21:01 -0500 Subject: [PATCH] spelling --- src/editor/sagas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }