Spellcheck

This commit is contained in:
Owen 2026-06-24 18:35:52 -04:00
parent be3877a3ce
commit 877985deb3
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -18,5 +18,8 @@
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true
"editor.formatOnSave": true,
"cSpell.words": [
"nessicary"
]
}