Skip to content

Commit e110165

Browse files
authored
Update src/options/config/read-config-file.ts
1 parent d4c3cdf commit e110165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/options/config/read-config-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export async function readConfigFile(
2020
});
2121
}
2222
}
23-
// ensure backwards compatability when config options are renamed
23+
// ensure backwards compatibility when config options are renamed
2424
export function parseConfigFile(fileContents: string): ConfigFileOptions {
2525
const configWithoutComments = stripJsonComments(fileContents);
2626
const parsed = JSON.parse(configWithoutComments) as ConfigFileOptions & {

0 commit comments

Comments
 (0)