doc: fix typos

This commit is contained in:
Julien Oculi 2025-07-25 15:29:33 +02:00
parent 403f9181e3
commit 51c2a63039

View file

@ -3,10 +3,10 @@
Code de la tourelle de pointage laser du projet bouchons EDF. Code de la tourelle de pointage laser du projet bouchons EDF.
> [!WARNING] > [!WARNING]
> Code de debuggage uniquement. > Code de débogage uniquement.
> [!IMPORTANT] > [!IMPORTANT]
> Nouvelle méca, les axes H/x et V/y sont découplés. > Nouvelle mécanique, les axes H/x et V/y sont découplés.
## Usage ## Usage
@ -22,7 +22,7 @@ Compile through Arduino IDE or equivalent.
right (max value). right (max value).
- **y** is the vertical axis centered at 0 and going from bottom (min value) to - **y** is the vertical axis centered at 0 and going from bottom (min value) to
top (max value). top (max value).
- **z** is the distance between the turrent and the target. - **z** is the distance between the turret and the target.
```mermaid ```mermaid
xychart-beta xychart-beta
@ -34,7 +34,7 @@ xychart-beta
## Development ## Development
Required dependeinces if not using Required dependencies if not using
[Arduino IDE](https://www.arduino.cc/en/software/): [Arduino IDE](https://www.arduino.cc/en/software/):
- [Arduino CLI](https://docs.arduino.cc/arduino-cli/): - [Arduino CLI](https://docs.arduino.cc/arduino-cli/):
@ -62,5 +62,5 @@ config and libraries.
## Contributing ## Contributing
Before `git commit`, run `git clang-format --staged` to format stagged files and Before `git commit`, run `git clang-format --staged` to format staged files and
then `git add` to commit formatting. then `git add` to commit formatting.