porcellis.com

commit 2aef97b493de76fa898e9f6e05df85e3d3e4fc7e

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

Fix typo on Wonders of git rebase

 content/blog/a-magia-do-git-rebase.en.md | 5 ++---


diff --git a/content/blog/a-magia-do-git-rebase.en.md b/content/blog/a-magia-do-git-rebase.en.md
index c04e6b65c4c22763bb922f682e79ac525a71a0e8..28ea975d5ee2a275218d1065d7a677053a7dc4de 100644
--- a/content/blog/a-magia-do-git-rebase.en.md
+++ b/content/blog/a-magia-do-git-rebase.en.md
@@ -102,9 +102,8 @@ specific patches that need some more work.
 
 [^3]: Which is the way git has been designed to work, notable mailing list
   driven developments examples are the Linux Kernel, git, cgit, dwm and other
-  suckless tools,  Que é o formato de contribuição do qual o git foi feito para
-  funcionar originalmente, coreutils, musl-libc, freedesktop, vim, emacs, *BSD
-  and many others.
+  suckless tools, coreutils, musl-libc, freedesktop, vim, emacs, *BSD and many
+  others.
 
 [^4]: A patch is a commit, and a patchset is a collection of patches, somewhat
   akin to a PR.