diff options
Diffstat (limited to 'src/blog')
-rw-r--r-- | src/blog/nvim-ts/index.gsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/nvim-ts/index.gsp b/src/blog/nvim-ts/index.gsp index ebfcec5..98bd9bb 100644 --- a/src/blog/nvim-ts/index.gsp +++ b/src/blog/nvim-ts/index.gsp @@ -25,8 +25,8 @@ html lang="en" { 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. 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. + which when invoked with the @code{--i} flag allows you to reorder-, + combine-, and delete commits interactively. } p {- |