docs: fix typo
All checks were successful
ci / ci (push) Successful in 35s
ci / lint-markdown (push) Successful in 7s
ci / lint-commit (push) Successful in 9s

This commit is contained in:
Théo LUDWIG 2023-12-07 00:06:11 +00:00
parent 551a26a6ad
commit c0ed330624

View File

@ -18,7 +18,7 @@
- [ ] Encoding (charset: ASCII, UTF-8, etc.)
- [ ] End Of Line (EOL): `\n`, `\r\n`, `\r`, and End Of File (EOF)
- [ ] Type (common mimetypes: `text/plain`, `text/html`, `text/markdown`, etc.)
- [ ] Identations: Spaces vs Tabs
- [ ] Indentation: Spaces vs Tabs
- [ ] [Binary files](https://en.wikipedia.org/wiki/Binary_file): Endianness, Type
- [ ] Images
- [ ] PPM (Portable PixMap)