From 6e790e5eacc1c582a86dd1aae338c3728bab9608 Mon Sep 17 00:00:00 2001 From: Zane Dufour Date: Wed, 13 Dec 2023 07:27:56 -0800 Subject: [PATCH] fix minor typo daignose -> diagnose --- Tests/default.marksman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/default.marksman.toml b/Tests/default.marksman.toml index 3f0f183..e6f4c8c 100644 --- a/Tests/default.marksman.toml +++ b/Tests/default.marksman.toml @@ -15,7 +15,7 @@ markdown.file_extensions = ["md", "markdown"] # impact is marginal. # Defaults to `full` because the editors have bugs in incremental # sync which result in slightly correpted state and are really hard -# to daignose. +# to diagnose. text_sync = "full" # Use incremental resolution of project-wide references. # This is much more efficient but is currently experimental