From 54f90f69300c59b95bba18bd3d3d3c0c4520b118 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Wed, 18 Dec 2024 12:37:49 +0100 Subject: [PATCH] fix: Fix spelling issue (#3942) --- package.json | 2 +- packages/_server/spell-checker-config.schema.json | 4 ++-- .../_server/src/config/cspellConfig/SpellCheckerSettings.mts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index da650e121e..16d9226671 100644 --- a/package.json +++ b/package.json @@ -3754,7 +3754,7 @@ }, "cSpell.checkLimit": { "default": 500, - "markdownDescription": "Set the maximum number of bocks of text to check.\nEach block is 1024 characters.", + "markdownDescription": "Set the maximum number of blocks of text to check.\nEach block is 1024 characters.", "scope": "resource", "type": "number" }, diff --git a/packages/_server/spell-checker-config.schema.json b/packages/_server/spell-checker-config.schema.json index ea14b4c8b1..70b3718696 100644 --- a/packages/_server/spell-checker-config.schema.json +++ b/packages/_server/spell-checker-config.schema.json @@ -3429,8 +3429,8 @@ }, "cSpell.checkLimit": { "default": 500, - "description": "Set the maximum number of bocks of text to check. Each block is 1024 characters.", - "markdownDescription": "Set the maximum number of bocks of text to check.\nEach block is 1024 characters.", + "description": "Set the maximum number of blocks of text to check. Each block is 1024 characters.", + "markdownDescription": "Set the maximum number of blocks of text to check.\nEach block is 1024 characters.", "scope": "resource", "type": "number" }, diff --git a/packages/_server/src/config/cspellConfig/SpellCheckerSettings.mts b/packages/_server/src/config/cspellConfig/SpellCheckerSettings.mts index 93fe7ca32d..c089fb3374 100644 --- a/packages/_server/src/config/cspellConfig/SpellCheckerSettings.mts +++ b/packages/_server/src/config/cspellConfig/SpellCheckerSettings.mts @@ -45,7 +45,7 @@ export interface SpellCheckerSettings autoFormatConfigFile?: boolean; /** - * Set the maximum number of bocks of text to check. + * Set the maximum number of blocks of text to check. * Each block is 1024 characters. * @scope resource * @default 500