Skip to content

Commit

Permalink
Merge pull request #6098 from zeevick10/main
Browse files Browse the repository at this point in the history
fix: typos in documentation files
  • Loading branch information
alcuadrado authored Jan 2, 2025
2 parents a57411e + bf3f800 commit a09fdfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/hardhat-runner/plugins/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"],
},
{
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixture-projects/vars/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit a09fdfd

Please sign in to comment.