typo fixes

master
Edward Shen 2019-12-31 22:44:16 -05:00
parent cc7ac3e617
commit b8be3d8d53
Signed by: edward
GPG Key ID: F350507060ED6C90
2 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
{ {
"cSpell.words": [ "cSpell.words": [
"Deserialization",
"Hotwatch", "Hotwatch",
"Serializer",
"actix", "actix",
"bunbun", "bunbun",
"bunbunsearch", "bunbunsearch",
"canonicalize",
"itertools", "itertools",
"opensearchdescription" "opensearchdescription",
"tempfile"
], ],
"python.pythonPath": "/usr/bin/python3" "python.pythonPath": "/usr/bin/python3"
} }