add spell

This commit is contained in:
Edward 2020-06-02 23:55:13 +08:00
parent a0fc294790
commit d115e069aa

View File

@ -8,8 +8,10 @@
// words - list of words to be always considered correct // words - list of words to be always considered correct
"words": [ "words": [
"bber", "bber",
"cnter",
"crazybber", "crazybber",
"fanin", "fanin",
"gobreaker",
"gomore", "gomore",
"Goroutines", "Goroutines",
"ifelse", "ifelse",
@ -27,6 +29,7 @@
"stretchr", "stretchr",
"struct", "struct",
"Structs", "Structs",
"tscb",
"xargs" "xargs"
], ],
// flagWords - list of words to be always considered incorrect // flagWords - list of words to be always considered incorrect