arduino-libraries / ArduinoGraphics

35 stars 21 forks source link

Fix typos in documentation #44

Closed per1234 closed 5 months ago

per1234 commented 5 months ago

The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project.

The misspelled words dictionary was expanded in the latest release of codespell, which resulted in the detection of a misspelled word in the project's comments:

https://github.com/arduino-libraries/ArduinoGraphics/actions/runs/9265729402

spellcheck: docs/readme.md#L3 interfacce ==> interface

The typo is hereby corrected, which will restore the spell check to a passing state.


I supplemented the correction of the automatically detected typo with a comprehensive manual review of all documentation content in the project and also corrected all additional typos I identified during that review.