Преглед на файлове

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