Skip to content

Commit

Permalink
fix: Fix spelling issue (#3942)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Dec 18, 2024
1 parent 6caa86e commit 54f90f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/_server/spell-checker-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54f90f6

Please sign in to comment.