Correct Formatting and Improve Grammar in Docs (#1411)

* Update learning-objectives.md

* Update useAccount.md

* Update simple-storage-sbs.md
This commit is contained in:
kilavvy
2024-12-18 14:02:00 +01:00
committed by GitHub
parent 12cf6260f8
commit 23d1e44bb4
3 changed files with 3 additions and 3 deletions

View File

@@ -228,7 +228,7 @@ Use the script to regenerate this file.
### [The `useAccount` Hook](./reading-and-displaying-data/useAccount.md)
- Implement the `useAccount`` hook to show the user's address, connection state, network, and balance
- Implement the `useAccount` hook to show the user's address, connection state, network, and balance
- Implement an `isMounted` hook to prevent hydration errors
### [The `useReadContract` Hook](./reading-and-displaying-data/useReadContract.md)