Skip to content

Commit 653684e

Browse files
committed
docs(chip-wasm-guide): fix typo
1 parent 19a0ccb commit 653684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/custom-chips-to-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ docker run --rm -u 1000:1000 -v ${PWD}:/src wokwi/builder-clang-wasm:latest make
7878
```
7979

8080
After fetching the image, this will command automatically execute the `Makefile` in the project. In the case of the
81-
inverter example, will create the `dist/` directory, compile the binary into `dist/chip.wasm` and copy `chip.json` to
81+
inverter example, it will create the `dist/` directory, compile the binary into `dist/chip.wasm` and copy `chip.json` to
8282
`dist/`.
8383

8484
You can enter an interactive session with the following:

0 commit comments

Comments
 (0)