diff --git a/CHANGELOG.md b/CHANGELOG.md index a9663dc6b..b18cf14e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ All notable changes to the "prettier-vscode" extension will be documented in thi ## [10.5.0] -- Extend list of Prettier config files by ECMAScript module extentions +- Extend list of Prettier config files by ECMAScript module extensions ## [10.4.0] @@ -88,7 +88,7 @@ Change default configuration for trailingComma to all to match Prettier 3.0. ## [9.10.3] - Prettier 2.8.0 -- Updated dependancies +- Updated dependencies ## [9.9.0] diff --git a/src/PrettierMainThreadInstance.ts b/src/PrettierMainThreadInstance.ts index 1e552d0e4..df6f49c89 100644 --- a/src/PrettierMainThreadInstance.ts +++ b/src/PrettierMainThreadInstance.ts @@ -58,7 +58,7 @@ export const PrettierMainThreadInstance: PrettierInstanceConstructor = class Pre if (!this.prettierModule) { await this.import(); } - // @ts-expect-error actually getSupportInfo can recieve option + // @ts-expect-error actually getSupportInfo can receive option return this.prettierModule!.getSupportInfo({ plugins }); } diff --git a/test-fixtures/project/formatTest/package.json b/test-fixtures/project/formatTest/package.json index c49b23e39..8159729a2 100644 --- a/test-fixtures/project/formatTest/package.json +++ b/test-fixtures/project/formatTest/package.json @@ -1,7 +1,7 @@ { "name": "this-is-a-lie", - "description": "Just testing formating of specific file name. In this case a 'package.json' file", + "description": "Just testing formatting of specific file name. In this case a 'package.json' file", "private": true