From ce8f7eaace012a6462a8b45814c93cfb727ec1df Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 1 Apr 2020 09:37:17 +0000 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Travis Ralston --- docs/settings.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/settings.md b/docs/settings.md index c22345bc22..777636359e 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -52,11 +52,11 @@ Settings are the different options a user may set or experience in the applicati ``` Settings that support the config level can be set in the config file under the `settingDefaults` key (note that some settings, like the "theme" setting, are special cased in the config file): -``` +```json { ... - settingDefaults: { - settingName: true + "settingDefaults": { + "settingName": true }, ... }