We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b4533 commit 3e87b29Copy full SHA for 3e87b29
scripts/README.md
@@ -10,9 +10,9 @@ node ./scripts/xxxx.js
10
11
## Guidance
12
13
-### Writting scripts with zx
+### Writing scripts with zx
14
15
-[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.
16
17
There are many [ways](https://github.com/google/zx#documentation) to use zx. The way we recommended is import globals explicitly.
18
scripts/meta/setup.mjs
@@ -1,4 +1,4 @@
1
-// Setup everyhing before pnpm install
+// Setup everything before pnpm install
2
import "zx/globals";
3
import * as path from "path";
4
0 commit comments