瀏覽代碼

Fix Timelock Controller description typo (#2960)

(cherry picked from commit e63b09c9ad3a45484b6dc304e0e99640a9dc3036)
Wittawat Patcharinsak 3 年之前
父節點
當前提交
cf6e32fc54
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/governance/README.adoc

+ 1 - 1
contracts/governance/README.adoc

@@ -82,7 +82,7 @@ NOTE: Functions of the `Governor` contract do not include access control. If you
 
 == Timelock
 
-In a governance system, the {TimelockController} contract is in carge of introducing a delay between a proposal and its execution. It can be used with or without a {Governor}.
+In a governance system, the {TimelockController} contract is in charge of introducing a delay between a proposal and its execution. It can be used with or without a {Governor}.
 
 {{TimelockController}}