From 722e7bb9cc6729d71e49dbcf3bf3f139aa654ab9 Mon Sep 17 00:00:00 2001 From: rndquu Date: Tue, 15 Oct 2024 10:20:22 +0300 Subject: [PATCH] ci: fix cspell --- .../rewards/render-transaction/read-claim-data-from-url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts b/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts index 1e5aa5fd..9119d617 100644 --- a/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts +++ b/static/scripts/rewards/render-transaction/read-claim-data-from-url.ts @@ -68,7 +68,7 @@ async function updateButtonVisibility(app: AppState) { buttonController.hideAll(); // Hide all buttons if the network is incorrect toaster.create("error", `This dApp currently does not support payouts for network ID ${currentNetworkId}`); - // Try switching to the propper network id + // Try switching to the proper network id switchNetwork(new ethers.providers.Web3Provider(window.ethereum), app.reward.networkId).catch((error) => { console.error(error); if (app.networkId !== null) {