Skip to content

Commit b1d99f0

Browse files
committed
docs(common): fix typo
1 parent 16e93a6 commit b1d99f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/solidity-guides/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ In about 20 minutes, you will:
1717
- A certain amount of **Sepolia ETH** available.
1818
-  If you don’t have enough ETH, use a Sepolia faucet to request free SepoliaETH for testing such as [Alchemy Faucet](https://www.alchemy.com/faucets/ethereum-sepolia) or [QuickNode Faucet](https://faucet.quicknode.com/ethereum/sepolia).
1919

20-
## What is Confidenetial ERC20
20+
## What is Confidential ERC20
2121

2222
The contract that you will build with this tutorial is called `ConfidentialERC20Mintable` — a privacy-preserving ERC20 implementation that leverages **FHE** to keep balances and transactions confidential. To understand this contract, let’s first introduce the foundational concepts.
2323

24-
**RC20**
24+
**ERC20**
2525

2626
ERC20 is a widely used token standard on Ethereum that defines a set of rules for creating and managing fungible tokens. These tokens are efficient but lack privacy — balances and transactions are visible to anyone on the blockchain.
2727

0 commit comments

Comments
 (0)