summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-14 18:14:55 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-14 18:14:55 +0100
commit0c7c78de379069c42777bc680d1f9dd6612f09cf (patch)
tree030857823b9e2e32382525532a9a80ae2a9de716
parent6d34e541bc1706bb17b865d8489725e2a528ade8 (diff)
Fix typo
-rw-r--r--src/blog/nvim-ts/index.gsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog/nvim-ts/index.gsp b/src/blog/nvim-ts/index.gsp
index c0bfdf6..ebfcec5 100644
--- a/src/blog/nvim-ts/index.gsp
+++ b/src/blog/nvim-ts/index.gsp
@@ -24,7 +24,7 @@ html lang="en" {
p {-
I’m always working with Git. I use it at work, I use it for my personal
projects, I even use it for this site. Git has become a part of my
- everyday life. On Git feature that I use quite often is Git-Rebase,
+ everyday life. One Git feature that I use quite often is Git-Rebase,
which when invoked with the @code{--i} flag allows you to reorder,
combine, and delete commits interactively.
}