golangci / golangci-lint

Fast linters runner for Go
https://golangci-lint.run
GNU General Public License v3.0
14.85k stars 1.34k forks source link

docs: fix typos #4763

Closed ccoVeille closed 1 month ago

ccoVeille commented 1 month ago
CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

ccoVeille commented 1 month ago

I split PR in multiple commits to make things clearer, and allow me to prune/edit any commit you would like me to update/nuke

Feel free to squash them later

ldez commented 1 month ago

FYI, during a review, the changes should be addressed as commits to ease the review. You should never "edit" an existing commit to address reviews.

The PRs are always squashed during the merge of the PR, not inside the PR, to keep the history of the changes.

ccoVeille commented 1 month ago

OK, noted