From 3fef44dea48504ea38932829b77cf656a9de1e9e Mon Sep 17 00:00:00 2001 From: Florin Dzeladini Date: Mon, 25 Nov 2024 10:12:37 +0100 Subject: [PATCH] chore: fix lint --- packages/get-starknet/src/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/get-starknet/src/wallet.ts b/packages/get-starknet/src/wallet.ts index aa0ee4bc..1c7ea081 100644 --- a/packages/get-starknet/src/wallet.ts +++ b/packages/get-starknet/src/wallet.ts @@ -64,7 +64,7 @@ export class MetaMaskSnapWallet implements StarknetWindowObject { /** * Initializes a new instance of the MetaMaskSnapWallet class. * - * The Snap version is now enforced globally via a static `snapVersion` property, + * The Snap version is now enforced globally via a static `snapVersion` property, * this ensures consistent versioning across all instances and removes the need for consumers to specify it. * * @param metamaskProvider - The MetaMask Wallet Provider.