Skip to content

Commit

Permalink
docs: Fix typo in 03_2_blinky.md
Browse files Browse the repository at this point in the history
toogle -> toggle
  • Loading branch information
tuxiqae authored and SergioGasquez committed Aug 8, 2024
1 parent 8eb056e commit f84f080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/03_2_blinky.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ We also see that the HAL offers a way to delay execution.

✅ Initialize a Delay instance.

✅ Using the [`toogle()`][toogle] and [`delay_ms()`][delay-ms] methods, make the LED blink every 500 ms.
✅ Using the [`toggle()`][toggle] and [`delay_ms()`][delay-ms] methods, make the LED blink every 500 ms.


[ESP32-C3-DevKit-RUST-1]: https://github.com/esp-rs/esp-rust-board
Expand Down

0 comments on commit f84f080

Please sign in to comment.