Skip to content

Commit 71a1fa1

Browse files
committed
Fix option name, dot instead of dash
1 parent 4bc2268 commit 71a1fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-ltex.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ This file is use to activate the language server."
483483
("ltex.bibtex.fields" lsp-ltex-bibtex-fields)
484484
("ltex.latex.commands" lsp-ltex-latex-commands)
485485
("ltex.latex.environments" lsp-ltex-latex-environments)
486-
("ltex.markdown-nodes" lsp-ltex-markdown-nodes)
486+
("ltex.markdown.nodes" lsp-ltex-markdown-nodes)
487487
("ltex.additionalRules.enablePickyRules" lsp-ltex-additional-rules-enable-picky-rules)
488488
("ltex.additionalRules.motherTongue" lsp-ltex-mother-tongue)
489489
("ltex.additionalRules.languageModel" lsp-ltex-additional-rules-language-model)

0 commit comments

Comments
 (0)