From 247ee880d2ff76fa93d506cd801ef7bc58aa4463 Mon Sep 17 00:00:00 2001 From: Albin Kocheril Chacko <8876252+albinkc@users.noreply.github.com> Date: Thu, 13 Mar 2025 19:09:28 +0530 Subject: [PATCH] Fix typo in `default.json` (#26666) minor typo fix Release Notes: - N/A --- 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 490a9ae874e033f55e639356162d3891bb1bd18e..d883953740733aaafa48bb8da4616ca844e5fb88 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -547,7 +547,7 @@ "git_panel": { // Whether to show the git panel button in the status bar. "button": true, - // Where to the git panel. Can be 'left' or 'right'. + // Where to show the git panel. Can be 'left' or 'right'. "dock": "left", // Default width of the git panel. "default_width": 360,