Skip to content

Commit 4932a5e

Browse files
committed
chore: typo
1 parent 66ec087 commit 4932a5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
# fetch submodules recusively, to get zig-js-runtime submodules also.
25+
# fetch submodules recursively, to get zig-js-runtime submodules also.
2626
submodules: recursive
2727

2828
- uses: ./.github/actions/install
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v4
5555
with:
5656
fetch-depth: 0
57-
# fetch submodules recusively, to get zig-js-runtime submodules also.
57+
# fetch submodules recursively, to get zig-js-runtime submodules also.
5858
submodules: recursive
5959

6060
- uses: ./.github/actions/install
@@ -86,7 +86,7 @@ jobs:
8686
- uses: actions/checkout@v4
8787
with:
8888
fetch-depth: 0
89-
# fetch submodules recusively, to get zig-js-runtime submodules also.
89+
# fetch submodules recursively, to get zig-js-runtime submodules also.
9090
submodules: recursive
9191

9292
- uses: ./.github/actions/install
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v4
119119
with:
120120
fetch-depth: 0
121-
# fetch submodules recusively, to get zig-js-runtime submodules also.
121+
# fetch submodules recursively, to get zig-js-runtime submodules also.
122122
submodules: recursive
123123

124124
- uses: ./.github/actions/install

0 commit comments

Comments
 (0)