docs: fix typo in commit-messages.md

Updates: #cleanup

Signed-off-by: okunamayanad <baran@okunamayanad.com>
This commit is contained in:
okunamayanad 2025-06-17 04:50:01 +03:00 committed by Brad Fitzpatrick
parent 253d0b026d
commit 5a52f80c4c

View File

@ -65,7 +65,7 @@ Notably, for the subject (the first line of description):
| `foo/bar:fix memory leak` | BAD: no space after colon |
| `foo/bar : fix memory leak` | BAD: space before colon |
| `foo/bar: fix memory leak Fixes #123` | BAD: the "Fixes" shouldn't be part of the title |
| `!fixup reviewer feedback` | BAD: we don't check in fixup commits; the history should always bissect to a clean, working tree |
| `!fixup reviewer feedback` | BAD: we don't check in fixup commits; the history should always bisect to a clean, working tree |
For the body (the rest of the description):