summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.
}