From c9b009bbd16de9a9e76d836ad3620aa58b952860 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:56:32 +0100 Subject: [PATCH 1/2] Update test.sh --- e2e/fixture-projects/vars/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/fixture-projects/vars/test.sh b/e2e/fixture-projects/vars/test.sh index 54839f10d1..5dde250937 100755 --- a/e2e/fixture-projects/vars/test.sh +++ b/e2e/fixture-projects/vars/test.sh @@ -11,7 +11,7 @@ echo "Running tests: $(basename "$(pwd)")" echo "it should print an error saying that the configuration variables are not set" run_test_and_handle_failure "npx hardhat" 1 -echo "it should list the configuartion variables that need to be set" +echo "it should list the configuration variables that need to be set" run_test_and_handle_failure "npx hardhat vars setup" 0 echo "it should list the keys without failing (even if there are no keys)" From bf3f800c974c0bb39dafb0ef054b46da6f6c0e35 Mon Sep 17 00:00:00 2001 From: FT <140458077+zeevick10@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:21:42 +0100 Subject: [PATCH 2/2] Update plugins.ts --- docs/src/content/hardhat-runner/plugins/plugins.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/hardhat-runner/plugins/plugins.ts b/docs/src/content/hardhat-runner/plugins/plugins.ts index b7742597eb..05c810950c 100644 --- a/docs/src/content/hardhat-runner/plugins/plugins.ts +++ b/docs/src/content/hardhat-runner/plugins/plugins.ts @@ -59,7 +59,7 @@ const communityPlugins: IPlugin[] = [ authorUrl: "https://tenderly.co/", description: "Easily integrate your Hardhat project with Tenderly. Tenderly is an Ethereum monitoring, debugging and analytics platform.", - tags: ["Debuggin", "Monitoring", "Alerting", "Tasks", "Scripts"], + tags: ["Debugging", "Monitoring", "Alerting", "Tasks", "Scripts"], }, { name: "hardhat-ethernal", @@ -660,7 +660,7 @@ const communityPlugins: IPlugin[] = [ author: "Mister Singh", authorUrl: "https://www.npmjs.com/package/hardhat-notifier", description: - "Hardhat plugin to send an OSX notification when hardhat compilcation fails/succeeds", + "Hardhat plugin to send an OSX notification when hardhat compilation fails/succeeds", tags: ["Deployment", "Tooling", "Notification", "Compile"], }, {