Skip to content

Commit

Permalink
chore: fix typo (#2755)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 authored Apr 14, 2023
1 parent 60b4533 commit 3e87b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ node ./scripts/xxxx.js

## Guidance

### Writting scripts with zx
### Writing scripts with zx

[zx](https://github.com/google/zx) is a wonderful tool for writting scripts using JavaScript.
[zx](https://github.com/google/zx) is a wonderful tool for Writing scripts using JavaScript.

There are many [ways](https://github.com/google/zx#documentation) to use zx. The way we recommended is import globals explicitly.

Expand Down
2 changes: 1 addition & 1 deletion scripts/meta/setup.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Setup everyhing before pnpm install
// Setup everything before pnpm install
import "zx/globals";
import * as path from "path";

Expand Down

0 comments on commit 3e87b29

Please sign in to comment.