From 191fe061d1c28b964ea3a7f250fada7efc28f0f7 Mon Sep 17 00:00:00 2001 From: geogrego Date: Tue, 11 Nov 2025 22:31:04 +0800 Subject: [PATCH] chore: minor improvement for docs Signed-off-by: geogrego --- util/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/compiler.ts b/util/compiler.ts index 282222c9..52b146cd 100644 --- a/util/compiler.ts +++ b/util/compiler.ts @@ -9,7 +9,7 @@ export const compilerVersion = `soljson-v0.8.27+commit.40a35a09` /** * Gets target EVM version from a hardfork name * - * @param forkName The String harffork name + * @param forkName The String hardfork name * @returns The String matching target EVM version * @see https://docs.soliditylang.org/en/v0.8.15/using-the-compiler.html#target-options */