浏览代码

Fix typos (#3075)

Correct a couple of misspellings.
GitHubPang 3 年之前
父节点
当前提交
d74605641c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/interfaces/README.adoc

+ 1 - 1
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}