docker / cli

The Docker CLI
Apache License 2.0
4.74k stars 1.88k forks source link

Correct typos in `docs/` and `man/` #5123

Closed korverdev closed 4 weeks ago

korverdev commented 1 month ago

- What I did

Corrected all typos I found in the docs/ and man/ folders.

- How I did it

Ran Codespell on this repository and manually corrected valid misspellings flagged.

- How to verify it

N/A

- Description for the changelog

Corrected typos in comments in the `docs/` and `man/` folders.
codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.37%. Comparing base (6b5ebfb) to head (9acfbbd). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5123 +/- ## ======================================= Coverage 61.37% 61.37% ======================================= Files 298 298 Lines 20717 20717 ======================================= Hits 12715 12715 Misses 7102 7102 Partials 900 900 ```