From e63b09c9ad3a45484b6dc304e0e99640a9dc3036 Mon Sep 17 00:00:00 2001 From: Wittawat Patcharinsak Date: Thu, 11 Nov 2021 20:49:53 +0700 Subject: [PATCH] Fix Timelock Controller description typo (#2960) --- contracts/governance/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/governance/README.adoc b/contracts/governance/README.adoc index d198c9f9315..d388f4e3a42 100644 --- a/contracts/governance/README.adoc +++ b/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}}