Skip to content

Commit 788952d

Browse files
removed superfluous word and hyphen in "regenerate"
1 parent 9a39dc4 commit 788952d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/learning-paths/microcontrollers/yolo-on-himax/web-toolkit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ For `tflm_fd_fm`, you need to pass all three models as separate `--model` argume
3434

3535
## Regenerate the firmware image
3636

37-
Use Make to re-generate the `.elf` file.
37+
Use Make to regenerate the `.elf` file.
3838

3939
```bash
4040
make clean
4141
make
4242
```
4343

44-
Use the same commands from previous section to run re-generate the firmware image:
44+
Use the same commands from previous section to regenerate the firmware image:
4545

4646
```bash
4747
cd ../we2_image_gen_local/

0 commit comments

Comments
 (0)