Преглед изворни кода

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