Skip to content

Commit

Permalink
fix: fix code by comments pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMatsiash committed Jul 9, 2024
1 parent 779ca56 commit 99edbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instruction.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ miningForm.addEventListener('submit', (event) => {
});

walletsExampleCode.forEach((walletEl) => {
walletEl.textContent = yourWalletAddress
walletEl.textContent = yourWalletAddress;
});
});

Expand Down

0 comments on commit 99edbd1

Please sign in to comment.