fix some spelling issues

This commit is contained in:
2021-03-14 06:39:22 +00:00
parent bd9758701a
commit 1184c2218b
7 changed files with 36 additions and 32 deletions

View File

@@ -4,5 +4,12 @@
"**/package-lock.json": true
},
"editor.insertSpaces": true,
"editor.tabSize": 4
"editor.tabSize": 4,
"cSpell.words": [
"Objs",
"precache",
"precaching",
"renderprops",
"todos"
]
}