Procházet zdrojové kódy

Fix Timelock Controller description typo (#2960)

(cherry picked from commit e63b09c9ad3a45484b6dc304e0e99640a9dc3036)
Wittawat Patcharinsak před 3 roky
rodič
revize
cf6e32fc54
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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}}