File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ CONFIG_MODIFY_FAIL_NO_WORKSPACE =
604604[[
605605Failed to modify settings:
606606* The current mode is single-file mode, server cannot create `.luarc.json` without workspace.
607- * The language client dose not support modifying settings from the server side.
607+ * The language client does not support modifying settings from the server side.
608608
609609Please modify following settings manually:
610610{}
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ CONFIG_MODIFY_FAIL_NO_WORKSPACE = -- TODO: need translate!
604604[[
605605Failed to modify settings:
606606* The current mode is single-file mode, server cannot create `.luarc.json` without workspace.
607- * The language client dose not support modifying settings from the server side.
607+ * The language client does not support modifying settings from the server side.
608608
609609Please modify following settings manually:
610610{}
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ local function tryModifyClientGlobal(finalChanges)
480480 end
481481 log .info (' tryModifyClientGlobal' , inspect (finalChanges ))
482482 if not m .getOption ' changeConfiguration' then
483- log .info (' Client dose not support modifying config' )
483+ log .info (' Client does not support modifying config' )
484484 return
485485 end
486486 local changes = {}
You can’t perform that action at this time.
0 commit comments