From 6eb65eb989f5c5b150182d7db0383a7e4c4048f7 Mon Sep 17 00:00:00 2001 From: Joseph Lyons Date: Fri, 17 Mar 2023 00:51:03 -0400 Subject: [PATCH] Correct verb tense in default settings --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index add664f956..73de13a86d 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -20,7 +20,7 @@ // Whether to pop the completions menu while typing in an editor without // explicitly requesting it. "show_completions_on_input": true, - // Whether the screen sharing icon is showed in the os status bar. + // Whether the screen sharing icon is shown in the os status bar. "show_call_status_icon": true, // Whether to use language servers to provide code intelligence. "enable_language_server": true,