Fix typos

Ran `typos .` and fixed all typos that do make sense.
https://crates.io/crates/typos
This commit is contained in:
Tasuku Suzuki 2025-01-12 14:26:36 +09:00 committed by Simon Hausmann
parent dec3bff5e2
commit 346d1c2df3
70 changed files with 106 additions and 106 deletions

View file

@ -8,6 +8,6 @@ as well as CMake as build system.
This documentation is divided into three sub-sections:
- [ESP-IDF section](esp_idf.md), when targetting MCUs with Espressif's IoT Development Framework
- [STM32 section](stm32.md), when targetting MCUs in STMicroelectronics' STM32Cube Ecosystem.
- [ESP-IDF section](esp_idf.md), when targeting MCUs with Espressif's IoT Development Framework
- [STM32 section](stm32.md), when targeting MCUs in STMicroelectronics' STM32Cube Ecosystem.
- [Generic section](generic.md), providing an overview how to use Slint with other MCUs.