From 6c275e168f2b782c50353fa2aa855b0c173980e2 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:44:11 +0530 Subject: [PATCH] Fix typo in FastSwitchboard.sol: doesnt -> doesn't --- contracts/switchboard/default-switchboards/FastSwitchboard.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/switchboard/default-switchboards/FastSwitchboard.sol b/contracts/switchboard/default-switchboards/FastSwitchboard.sol index cb6e62365..8ea7de5ff 100644 --- a/contracts/switchboard/default-switchboards/FastSwitchboard.sol +++ b/contracts/switchboard/default-switchboards/FastSwitchboard.sol @@ -51,7 +51,7 @@ contract FastSwitchboard is SwitchboardBase { // Watcher role is handled seperately bacause totalWatchers and fees need to be updated along with role change. error InvalidRole(); - // Error emitted while attesting if root is zero or it doesnt match the root on socket for given proposal + // Error emitted while attesting if root is zero or it doesn't match the root on socket for given proposal // helps in cases where attest tx has been sent but root changes on socket due to reorgs. error InvalidRoot();