Browse Source

docs: fix typo in commit-messages.md

Updates: #cleanup

Signed-off-by: okunamayanad <[email protected]>
okunamayanad 8 months ago
parent
commit
5a52f80c4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/commit-messages.md

+ 1 - 1
docs/commit-messages.md

@@ -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):