Fix typo in default.json (#26666)

minor typo fix

Release Notes:

- N/A
This commit is contained in:
Albin Kocheril Chacko 2025-03-13 19:09:28 +05:30 committed by GitHub
parent 2e217759c0
commit 247ee880d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,