Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some typos in comments #119

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion helpers/core/generateDapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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++;

Expand Down