diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/blog/nvim-ts/index.gsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/blog/nvim-ts/index.gsp b/src/blog/nvim-ts/index.gsp index 1c28687..9ad8d0d 100644 --- a/src/blog/nvim-ts/index.gsp +++ b/src/blog/nvim-ts/index.gsp @@ -51,10 +51,10 @@ html lang="en" { figure { FMT_CODE(git-rebase) } p {= - As suggested by the comments added to the bottom of the opened buffer, - we can combine the two typo-fixing commits by simply swapping the 2nd- - and 3rd lines, and then changing the second typo-fixing commit from a - @em{-pick} to a @em{-fixup}: + As suggested by the comments added to the bottom of the opened + buffer, we can combine the two typo-fixing commits by simply + swapping the 2@sup{-nd}- and 3@sup{-rd} lines, and then changing + the second typo-fixing commit from a @em{-pick} to a @em{-fixup}: } figure { FMT_CODE(git-rebase-2) } |