From 82dbd3bfceaf303ccd1a6087d71caf912a70aafd Mon Sep 17 00:00:00 2001 From: rocksload Date: Sun, 26 Oct 2025 17:22:37 +0800 Subject: [PATCH] chore: fix typo in comment Signed-off-by: rocksload --- packages/connect-extension-protocol/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/connect-extension-protocol/src/index.ts b/packages/connect-extension-protocol/src/index.ts index a0130a4ff..60e9d9292 100644 --- a/packages/connect-extension-protocol/src/index.ts +++ b/packages/connect-extension-protocol/src/index.ts @@ -116,7 +116,7 @@ // planned. /** - * `id` of the DOM elemeent automatically inserted by the extension when a web page loads. + * `id` of the DOM element automatically inserted by the extension when a web page loads. */ export const DOM_ELEMENT_ID = "substrateConnectExtensionAvailableV2"