Skip to content

Commit

Permalink
docs: Fix typo in cspell.schema.json (#5051)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Dent <jason@streetsidesoftware.nl>
  • Loading branch information
rasa and Jason3S committed Dec 12, 2023
1 parent 5fb2413 commit 4d88375
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cspell.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1749,8 +1749,8 @@
"type": "array"
}
],
"description": "Tells the spell checker to searching for `.gitignore` files when it reaches a matching root.",
"markdownDescription": "Tells the spell checker to searching for `.gitignore` files when it reaches a matching root."
"description": "Tells the spell checker to stop searching for `.gitignore` files when it reaches a matching root.",
"markdownDescription": "Tells the spell checker to stop searching for `.gitignore` files when it reaches a matching root."
},
"globRoot": {
"$ref": "#/definitions/FSPathResolvable",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-types/cspell.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1749,8 +1749,8 @@
"type": "array"
}
],
"description": "Tells the spell checker to searching for `.gitignore` files when it reaches a matching root.",
"markdownDescription": "Tells the spell checker to searching for `.gitignore` files when it reaches a matching root."
"description": "Tells the spell checker to stop searching for `.gitignore` files when it reaches a matching root.",
"markdownDescription": "Tells the spell checker to stop searching for `.gitignore` files when it reaches a matching root."
},
"globRoot": {
"$ref": "#/definitions/FSPathResolvable",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-types/src/CSpellSettingsDef.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export interface FileSettings extends ExtendableSettings, CommandLineSettings {
useGitignore?: boolean;

/**
* Tells the spell checker to searching for `.gitignore` files when it reaches a matching root.
* Tells the spell checker to stop searching for `.gitignore` files when it reaches a matching root.
*/
gitignoreRoot?: FsPath | FsPath[];

Expand Down

0 comments on commit 4d88375

Please sign in to comment.