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)