Skip to content

Commit

Permalink
Fix grammar typo in doc (#3186)
Browse files Browse the repository at this point in the history
Add missing verb "are".
  • Loading branch information
GitHubPang committed Feb 11, 2022
1 parent 5b61120 commit 4cb0926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC20/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This set of interfaces, contracts, and utilities are all related to the https://

TIP: For an overview of ERC20 tokens and a walk through on how to create a token contract read our xref:ROOT:erc20.adoc[ERC20 guide].

There a few core contracts that implement the behavior specified in the EIP:
There are a few core contracts that implement the behavior specified in the EIP:

* {IERC20}: the interface all ERC20 implementations should conform to.
* {IERC20Metadata}: the extended ERC20 interface including the <<ERC20-name,`name`>>, <<ERC20-symbol,`symbol`>> and <<ERC20-decimals,`decimals`>> functions.
Expand Down

0 comments on commit 4cb0926

Please sign in to comment.