Skip to content

Commit

Permalink
ci: fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Oct 15, 2024
1 parent c8b09a8 commit 722e7bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 722e7bb

Please sign in to comment.