From 3a86b60032bd659c2b12e984abb40cee93568558 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sun, 29 Sep 2024 14:07:21 +0200 Subject: docs: misc Co-authored-by: David Pedersen Co-authored-by: Gregory Anders Co-authored-by: Leo Schlosser Co-authored-by: zeertzjq --- scripts/gen_help_html.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gen_help_html.lua b/scripts/gen_help_html.lua index 21d865309d..b8f80e94be 100644 --- a/scripts/gen_help_html.lua +++ b/scripts/gen_help_html.lua @@ -1294,7 +1294,7 @@ function M.gen(help_dir, to_dir, include, commit, parser_path) end, 'valid directory') vim.validate('to_dir', to_dir, 'string') vim.validate('include', include, 'table', true) - vim.validate('commit', commit, 'sring', true) + vim.validate('commit', commit, 'string', true) vim.validate('parser_path', parser_path, function(f) return vim.fn.filereadable(vim.fs.normalize(f)) == 1 end, true, 'valid vimdoc.{so,dll} filepath') -- cgit