From 8c8c1769c7869b7651787c4e990a2f5e20fca8a3 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Thu, 16 May 2024 18:46:08 +0800 Subject: [PATCH] docs: Fix quote in default.json (#11900) Release Notes: - N/A --- assets/settings/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 41ddedccce..1430458380 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -468,7 +468,7 @@ // } // } "shell": "system", - // Where to dock terminals panel. Can be 'left', 'right', 'bottom'. + // Where to dock terminals panel. Can be `left`, `right`, `bottom`. "dock": "bottom", // Default width when the terminal is docked to the left or right. "default_width": 640, @@ -551,7 +551,7 @@ // to the current working directory. We recommend overriding this // in your project's settings, rather than globally. "directories": [".env", "env", ".venv", "venv"], - // Can also be 'csh', 'fish', and `nushell` + // Can also be `csh`, `fish`, and `nushell` "activate_script": "default" } }, @@ -576,7 +576,7 @@ // use those languages. // // For example, to treat files like `foo.notjs` as JavaScript, - // and 'Embargo.lock' as TOML: + // and `Embargo.lock` as TOML: // // { // "JavaScript": ["notjs"],