Skip to content

Commit

Permalink
fix: remove typo (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jul 20, 2024
1 parent 4f720a6 commit d6212e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down Expand Up @@ -1392,7 +1392,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down Expand Up @@ -2474,7 +2474,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down Expand Up @@ -2688,7 +2688,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down
16 changes: 8 additions & 8 deletions packages/_server/spell-checker-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"type": "array"
},
"dictionaryDefinitions": {
"description": "Define custom dictionaries.. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"description": "Define custom dictionaries. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"items": {
"anyOf": [
{
Expand Down Expand Up @@ -370,7 +370,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down Expand Up @@ -662,7 +662,7 @@
"type": "array"
},
"dictionaryDefinitions": {
"description": "Define custom dictionaries.. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"description": "Define custom dictionaries. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"items": {
"anyOf": [
{
Expand Down Expand Up @@ -832,7 +832,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down Expand Up @@ -1857,7 +1857,7 @@
"type": "array"
},
"cSpell.dictionaryDefinitions": {
"description": "Define custom dictionaries.. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"description": "Define custom dictionaries. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"items": {
"anyOf": [
{
Expand Down Expand Up @@ -2027,7 +2027,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down Expand Up @@ -2103,7 +2103,7 @@
"type": "array"
},
"dictionaryDefinitions": {
"description": "Define custom dictionaries.. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"description": "Define custom dictionaries. If `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js \"cSpell.dictionaryDefinitions\": [ { \"name\": \"project-words\", \"path\": \"${workspaceRoot}/project-words.txt\", \"description\": \"Words used in this project\", \"addWords\": true } ] ```",
"items": {
"anyOf": [
{
Expand Down Expand Up @@ -2273,7 +2273,7 @@
}
]
},
"markdownDescription": "Define custom dictionaries..\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"markdownDescription": "Define custom dictionaries.\nIf `addWords` is `true` words will be added to this dictionary.\n\nThis setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).\n\nIt is better to use `#cSpell.customDictionaries#`\n\n**Example:**\n\n```js\n\"cSpell.dictionaryDefinitions\": [\n {\n \"name\": \"project-words\",\n \"path\": \"${workspaceRoot}/project-words.txt\",\n \"description\": \"Words used in this project\",\n \"addWords\": true\n }\n]\n```",
"scope": "resource",
"title": "Dictionary Definitions",
"type": "array"
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/src/config/cspellConfig/cspellConfig.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type SpellCheckerSettingsVSCodePropertyKeys = `cspell.${keyof CSpellUserS

interface DictionaryDefinitions {
/**
* Define custom dictionaries..
* Define custom dictionaries.
* If `addWords` is `true` words will be added to this dictionary.
*
* This setting is subject to User/Workspace settings precedence rules: [Visual Studio Code User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-precedence).
Expand Down

0 comments on commit d6212e9

Please sign in to comment.