Skip to content

Commit

Permalink
Update add-system.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored May 22, 2024
1 parent 9a59864 commit 10c696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/hello-world/add-system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ In this case, the vanilla getting started front end.
};

const decrement = async () => {
const tx = await worldContract.write.decrement();
const tx = await worldContract.write.app__decrement();
await waitForTransaction(tx);
return getComponentValue(Counter, singletonEntity);
};
Expand Down

0 comments on commit 10c696c

Please sign in to comment.