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

Corrected spelling and grammar mistakes #6107

Closed
wants to merge 3 commits 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
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Landing pages contain special "blocks" see src/components/landingBlocks. To crea

We use two CI/CD providers:

- Github actions for launching code checks
- GitHub actions for launching code checks
- Vercel to deploy app

Each branch triggers its own process on CI/CD so you can see code check details on Github and preview the current branch on Vercel.
Each branch triggers its own process on CI/CD so you can see code check details on GitHub and preview the current branch on Vercel.
2 changes: 1 addition & 1 deletion e2e/test-project-initialization.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# fail if any commands fails
# fail if any command fails
set -e

# Use this function because yarn init -y throws a warning, and the whole script will fail
Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-chai-matchers/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function buildNormal(ssfi: Ssfi) {
* this value should be captured at the beginning of the matcher's
* implementation, before any async code is executed. Otherwise things like
* `.to.emit().and.not.to.emit()` won't work, because by the time the async part
* of the first emit is executd, the `.not` (executed synchronously) has already
* of the first emit is executed, the `.not` (executed synchronously) has already
* modified the flag.
*
* The second parameter is what Chai calls the "start stack function indicator",
Expand Down
Loading