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}