From ade8277c00dd1ab5c2deaa6527f9fcc69bf27bc2 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 13 Sep 2022 13:37:52 +1000 Subject: [PATCH] chore: fix spelling --- .cspell.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.cspell.json b/.cspell.json index 9afbeb31b4..a2a890fc94 100644 --- a/.cspell.json +++ b/.cspell.json @@ -123,7 +123,11 @@ { "name": "import", "pattern": "/import .*/" + }, + { + "name": "multiaddr", + "pattern": "//dns4/.*/" } ], - "ignoreRegExpList": ["import"] + "ignoreRegExpList": ["import", "multiaddr"] }