From 5240ee0c0567a1341c905ada58d0f96c35d5b97a Mon Sep 17 00:00:00 2001 From: Marc-Aurele Besner <82244926+marc-aurele-besner@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:25:26 -0500 Subject: [PATCH] Fix typo in wallet-connect readme --- packages/wallet-connect/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wallet-connect/README.md b/packages/wallet-connect/README.md index 16c252b..646969f 100644 --- a/packages/wallet-connect/README.md +++ b/packages/wallet-connect/README.md @@ -135,7 +135,7 @@ Basic functions of wallets (BaseDotsamaWallet): - `wallet.enable(): Promise`: Enable wallet with your url by authentication popup in the first time and any time before use another wallet functions. - `wallet.getAccounts(): WalletAccount[]`: Get all account of the wallet. - `wallet.subscribeAccounts(callback): UnsubscribeFn`: Get and subscribe account changes. This will return self unsubscribe function. -- `wallet.extention`: Return `InjectExtension` object that is provided wallet extension. You can found all extension interface in package `@polkadot/extension-inject`. We also make quick access of extension with these props: +- `wallet.extension`: Return `InjectExtension` object that is provided wallet extension. You can found all extension interface in package `@polkadot/extension-inject`. We also make quick access of extension with these props: - `wallet.signer`: Quick access of `wallet.extension.signer` - `wallet.metadata`: Quick access of `wallet.extension.metadata` - `wallet.provider`: Quick access of `wallet.extension.provider`