From 573225a2765fe312d379dd9d281477d345d9021b Mon Sep 17 00:00:00 2001 From: camcui <cuishua@sina.cn> Date: Fri, 12 Apr 2024 16:15:00 +0800 Subject: [PATCH] chore: fix some typos in comments Signed-off-by: camcui <cuishua@sina.cn> --- contributing.md | 2 +- helpers/core/generateDapp.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index 37319a2..05a37b3 100644 --- a/contributing.md +++ b/contributing.md @@ -110,7 +110,7 @@ Here’s an example workflow to create a new Pull Request. Your username is your 3. In the description field, write down issue number (if submitting code fixing an existing issue) or describe the issue + your fix (if submitting a wholly new bugfix). 4. Hit ‘submit’! And please be patient - the maintainers will get to you when they can. -To speed up the process and avoid version clashes, is higly suggested to ask other contributors to see if no one has taken the issue yet. If you're interested in tackling such a feature and it's still available, we will assign you to the task. +To speed up the process and avoid version clashes, is highly suggested to ask other contributors to see if no one has taken the issue yet. If you're interested in tackling such a feature and it's still available, we will assign you to the task. To do so, make sure to join our community on [Discord](https://alchemy.com/discord). diff --git a/helpers/core/generateDapp.ts b/helpers/core/generateDapp.ts index 0ca5d77..4dd5181 100644 --- a/helpers/core/generateDapp.ts +++ b/helpers/core/generateDapp.ts @@ -15,7 +15,7 @@ export const generateDapp = async () => { console.log(`[${currentStep}/${steps}] 🗂 Setting up the directory...`); if (context.resolvedProjectPath) mkdir(context.resolvedProjectPath); currentStep++; - console.log(`[${currentStep}/${steps}] 💾 Dowloading project files...`); + console.log(`[${currentStep}/${steps}] 💾 Downloading project files...`); getProjectFiles(context); currentStep++;