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"