Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Nov 28, 2023
1 parent 6903c49 commit 151a37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks/useScaffoldContractRead.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { data: totalCounter } = useScaffoldContractRead({
});
```

This example retrieves the data returned by the `getGreeting` function of the `YourContract` smart contract.
This example retrieves the data returned by the `userGreetingCounter` function of the `YourContract` smart contract.

## Configuration

Expand Down

0 comments on commit 151a37a

Please sign in to comment.