Skip to content

Commit ef3e6bf

Browse files
authored
Readme Small Fix. (#146)
1 parent f9df984 commit ef3e6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ There are two hook methods i.e `pre_hook` and `post_hook` which are called befor
260260
if vim.bo.filetype == 'typescriptreact' then
261261
local U = require('Comment.utils')
262262

263-
-- Detemine whether to use linewise or blockwise commentstring
263+
-- Determine whether to use linewise or blockwise commentstring
264264
local type = ctx.ctype == U.ctype.line and '__default' or '__multiline'
265265

266266
-- Determine the location where to calculate commentstring from

0 commit comments

Comments
 (0)