1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 13:43:08 +00:00

Add spelling config file

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-04 11:12:27 -05:00
parent f26aac9840
commit d3f7c3c042
Signed by: millironx
GPG key ID: 139C07724802BC5D

9
cspell.json Normal file
View file

@ -0,0 +1,9 @@
{
"language": "en",
"version": "0.2",
"words": [
"autodocs",
"Milliron",
"templating"
]
}