From ee87ac1604a7bb446a80bc788959b2778f06ff3a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 10 Sep 2017 15:35:29 +0000 Subject: [PATCH] spelling: falsy --- spec/workspace-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/workspace-spec.js b/spec/workspace-spec.js index 476a4ba5b..43a04eba9 100644 --- a/spec/workspace-spec.js +++ b/spec/workspace-spec.js @@ -2773,7 +2773,7 @@ i = /test/; #FIXME\ }) }) - describe('when the core.allowPendingPaneItems option is falsey', () => { + describe('when the core.allowPendingPaneItems option is falsy', () => { it('does not open item with `pending: true` option as pending', () => { let pane = null atom.config.set('core.allowPendingPaneItems', false)