From 6d46a20b9e94a6827ff768bd88618d7bee30d3c2 Mon Sep 17 00:00:00 2001 From: Sabit Ololade <53153510+ololade97@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:34:44 +0100 Subject: [PATCH] Update index.md --- docs/src/content/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/tutorial/index.md b/docs/src/content/tutorial/index.md index 5ca4734447..d252d1da37 100644 --- a/docs/src/content/tutorial/index.md +++ b/docs/src/content/tutorial/index.md @@ -8,7 +8,7 @@ prev: false Welcome to our beginners guide to Ethereum contracts and dApp development. This tutorial aims to quickly get you set up to build something from scratch. -To orchestrate this process we're going to use Hardhat, a development environment that facilitates building on Ethereum. It helps developers manage and automate the recurring tasks that are inherent to the process of building smart contracts and dApps, and it allows you to easily introducing more functionality around this workflow. This means compiling and testing at the very core. +To orchestrate this process we're going to use Hardhat, a development environment that facilitates building on Ethereum. It helps developers manage and automate the recurring tasks that are inherent to the process of building smart contracts and dApps, and it allows you to easily introduce more functionality around this workflow. This means compiling and testing at the very core. Hardhat also comes built-in with Hardhat Network, a local Ethereum network designed for development. It allows you to deploy your contracts, run your tests and debug your code.