fix: typos in documentation files (#1335)

* fix: Correct spelling

* fix: typo corrections in test files

* fix: typos in function and struct names

* fix: typos in security reporting documentation
This commit is contained in:
leopardracer
2024-12-05 23:20:31 +02:00
committed by GitHub
parent ab13e1950c
commit 71b1f6cc5d
4 changed files with 14 additions and 14 deletions

View File

@@ -194,8 +194,8 @@ Use the script to regenerate this file.
### [ERC-20 Implementation](./erc-20-token/erc-20-token-sbs.md)
- Describe OpenZepplin
- Import the OpenZepplin ERC-20 implementation
- Describe OpenZeppelin
- Import the OpenZeppelin ERC-20 implementation
- Describe the difference between the ERC-20 standard and OpenZeppelin's ERC20.sol
- Build and deploy an ERC-20 compliant token
@@ -255,4 +255,4 @@ Use the script to regenerate this file.
- Implement wagmi's `useSimulateContract` and `useWriteContract` to send transactions to a smart contract
- Configure the options in `useSimulateContract` and `useWriteContract`
- Call a smart contract function on-demand using the write function from `useWriteContract`, with arguments and a value
- Call a smart contract function on-demand using the write function from `useWriteContract`, with arguments and a value