소스 검색

Fixed comment typo (#2372)

James Zaki 5 년 전
부모
커밋
8108f2f9b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contracts/proxy/TransparentUpgradeableProxy.sol

+ 1 - 1
contracts/proxy/TransparentUpgradeableProxy.sol

@@ -23,7 +23,7 @@ import "./UpgradeableProxy.sol";
  * to sudden errors when trying to call a function from the proxy implementation.
  * 
  * Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way,
- * you should think of the `ProxyAdmin` instance as the real administrative inerface of your proxy.
+ * you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.
  */
 contract TransparentUpgradeableProxy is UpgradeableProxy {
     /**