Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Nehemiah <[email protected]>
  • Loading branch information
danielbate and maschad committed Jul 16, 2024
1 parent 3e9232c commit d5c5c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/create-fuels-counter-guide/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
*/
useAsync(async () => {
if (wallet) {
// Create a new instance of the contrac
// Create a new instance of the contract
const testContract = TestContractAbi__factory.connect(contractId, wallet);
setContract(testContract);

Expand Down

0 comments on commit d5c5c09

Please sign in to comment.