Browse Source

Fix Timelock Controller description typo (#2960)

Wittawat Patcharinsak 3 years ago
parent
commit
e63b09c9ad
1 changed files with 1 additions and 1 deletions
  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
 == 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}}
 {{TimelockController}}