Skip to content

Commit 0033dcd

Browse files
committed
Fix typo in error description
1 parent b80801f commit 0033dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hardhat-core/src/internal/core/errors-list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ if the URL of the JSON-RPC wasn't set.`,
996996
997997
The first supported version is %firstSupportedVersion%`,
998998
title: "Unsupported solc version",
999-
description: `This version of solidity is not supported by Hardhtat.
999+
description: `This version of solidity is not supported by Hardhat.
10001000
Please use a newer, supported version.`,
10011001
shouldBeReported: true,
10021002
},

0 commit comments

Comments
 (0)