diff --git a/spec/config-file-spec.js b/spec/config-file-spec.js index 8b3c3ee62..a7751dd99 100644 --- a/spec/config-file-spec.js +++ b/spec/config-file-spec.js @@ -62,7 +62,7 @@ describe('ConfigFile', () => { }) }) - describe('when the file is updated with invalid CSON', () => { + describe('when the file is updated with invalid CSON', () => { it('notifies onDidError observers', async () => { configFile = new ConfigFile(filePath) subscription = await configFile.watch()