From 5c0e55e58d20252ba2833c0bf2d53c2acc99d34b Mon Sep 17 00:00:00 2001 From: RielJ Date: Tue, 19 Apr 2022 22:28:19 +0800 Subject: [PATCH] Readme Small Fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d3aa8e0..9b1ca0ea 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ There are two hook methods i.e `pre_hook` and `post_hook` which are called befor if vim.bo.filetype == 'typescriptreact' then local U = require('Comment.utils') - -- Detemine whether to use linewise or blockwise commentstring + -- Determine whether to use linewise or blockwise commentstring local type = ctx.ctype == U.ctype.line and '__default' or '__multiline' -- Determine the location where to calculate commentstring from