chore: fix spelling

This commit is contained in:
fryorcraken.eth 2022-09-13 13:37:52 +10:00
parent 3a562ebfcf
commit ade8277c00
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 5 additions and 1 deletions

View File

@ -123,7 +123,11 @@
{ {
"name": "import", "name": "import",
"pattern": "/import .*/" "pattern": "/import .*/"
},
{
"name": "multiaddr",
"pattern": "//dns4/.*/"
} }
], ],
"ignoreRegExpList": ["import"] "ignoreRegExpList": ["import", "multiaddr"]
} }