Spelling fixes.

This commit is contained in:
Bassam Husain
2023-04-18 07:44:09 -04:00
parent 807c91507a
commit 8bfed9c573
2 changed files with 15 additions and 4 deletions

13
.vscode/settings.json vendored
View File

@@ -4,5 +4,16 @@
"editor.detectIndentation": false,
"git.mergeEditor": false,
"spellright.language": ["en-GB-10-1."],
"spellright.documentTypes": ["markdown", "plaintext"]
"spellright.documentTypes": ["markdown", "plaintext"],
"cSpell.words": [
"ADXL",
"gcode",
"hotend",
"Klipper",
"Klipperized",
"octahedroflake",
"PARKBED",
"runout",
"Sovol"
]
}