From d74605641c163d934ff683ea9b9264b4aa83cd0a Mon Sep 17 00:00:00 2001 From: GitHubPang <61439577+GitHubPang@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:13:30 +0800 Subject: [PATCH] Fix typos (#3075) Correct a couple of misspellings. --- contracts/interfaces/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/README.adoc b/contracts/interfaces/README.adoc index 31dd27c8567..b6b96ffef88 100644 --- a/contracts/interfaces/README.adoc +++ b/contracts/interfaces/README.adoc @@ -5,7 +5,7 @@ NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/ == List of standardized interfaces These interfaces are available as `.sol` files, and also as compiler `.json` ABI files (through the npm package). These -are usefull to interract with third party contracts that implement them. +are useful to interact with third party contracts that implement them. - {IERC20} - {IERC20Metadata}