From 3bf0b36ebf7a9a78cb56373d1a9ee1ac2e556a58 Mon Sep 17 00:00:00 2001 From: daixihegu Date: Thu, 25 Jun 2026 11:14:29 +0800 Subject: [PATCH] Fix GovernorCrosschain README cross-reference Signed-off-by: daixihegu --- 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 a782de6ac95..24e21a42d1e 100644 --- a/contracts/governance/README.adoc +++ b/contracts/governance/README.adoc @@ -44,7 +44,7 @@ Timelock extensions add a delay for governance decisions to be executed. The wor Other extensions can customize the behavior or interface in multiple ways. -* {GovernorCrosschain}: Helps with the execution of crosschain operation using {CrosschainRemoteExector} and ERC-7786 gateways. +* {GovernorCrosschain}: Helps with the execution of crosschain operation using {CrosschainRemoteExecutor} and ERC-7786 gateways. * {GovernorNoncesKeyed}: An extension of {Governor} with support for keyed nonces in addition to traditional nonces when voting by signature.