From 4cb0926f11985913cab3bf43fa196df5ad4cafa8 Mon Sep 17 00:00:00 2001 From: GitHubPang <61439577+GitHubPang@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:41:22 +0800 Subject: [PATCH] Fix grammar typo in doc (#3186) Add missing verb "are". --- contracts/token/ERC20/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC20/README.adoc b/contracts/token/ERC20/README.adoc index f2892293d..df20c17a2 100644 --- a/contracts/token/ERC20/README.adoc +++ b/contracts/token/ERC20/README.adoc @@ -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 <>, <> and <> functions.