Skip to content

Commit

Permalink
docs: fix tsdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Nov 30, 2023
1 parent 92feb0f commit edd9f52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/connect/src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ import type { AuthOptions } from './types/auth';
import { getStacksProvider } from './utils';
import { DEFAULT_PROVIDERS } from './providers';



export type ActionOptions = (
| AuthOptions
| STXTransferOptions
Expand Down Expand Up @@ -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;

/**
Expand Down

0 comments on commit edd9f52

Please sign in to comment.