Skip to content

Commit 3e87b29

Browse files
authored
chore: fix typo (#2755)
1 parent 60b4533 commit 3e87b29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ node ./scripts/xxxx.js
1010

1111
## Guidance
1212

13-
### Writting scripts with zx
13+
### Writing scripts with zx
1414

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

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

scripts/meta/setup.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Setup everyhing before pnpm install
1+
// Setup everything before pnpm install
22
import "zx/globals";
33
import * as path from "path";
44

0 commit comments

Comments
 (0)