From edd9f52260bf8258dc944aeb08eda8c3b751a4b0 Mon Sep 17 00:00:00 2001 From: janniks Date: Thu, 30 Nov 2023 15:06:50 +0100 Subject: [PATCH] docs: fix tsdoc typo --- packages/connect/src/ui.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/connect/src/ui.ts b/packages/connect/src/ui.ts index 0410b21b..e35f9158 100644 --- a/packages/connect/src/ui.ts +++ b/packages/connect/src/ui.ts @@ -31,8 +31,6 @@ import type { AuthOptions } from './types/auth'; import { getStacksProvider } from './utils'; import { DEFAULT_PROVIDERS } from './providers'; - - export type ActionOptions = ( | AuthOptions | STXTransferOptions @@ -99,7 +97,7 @@ export const showSignMessage = wrapConnectCall(openSignatureRequestPopup); /** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openStructuredDataSignatureRequestPopup} action. */ export const showSignStructuredMessage = wrapConnectCall(openStructuredDataSignatureRequestPopup); -/** Disconnect selected wallet. Alias for {@link clearSelectedProvider} */ +/** Disconnect selected wallet. Alias for {@link clearSelectedProviderId} */ export const disconnect = clearSelectedProviderId; /**