From 2d707f102bf27d455e15dcc6001337a8da6869c2 Mon Sep 17 00:00:00 2001 From: Kevin Ireland <45581301+KevinAIreland@users.noreply.github.com> Date: Mon, 2 Mar 2020 21:44:38 -0600 Subject: [PATCH] Fix JSON syntax errors in UsingJsonSettings.md (#4784) Fixes #4783. --- doc/user-docs/UsingJsonSettings.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/user-docs/UsingJsonSettings.md b/doc/user-docs/UsingJsonSettings.md index edfef6826..71bfdc7b7 100644 --- a/doc/user-docs/UsingJsonSettings.md +++ b/doc/user-docs/UsingJsonSettings.md @@ -287,7 +287,7 @@ properties for all your profiles, like so: { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", - "commandline": "powershell.exe", + "commandline": "powershell.exe" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", @@ -299,8 +299,8 @@ properties for all your profiles, like so: "name" : "cmder", "startingDirectory" : "%USERPROFILE%" } - ], - } + ] + }, ``` Note that the `profiles` property has changed in this example from a _list_ of @@ -328,7 +328,7 @@ could achieve that with the following: { "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", "name": "Windows PowerShell", - "commandline": "powershell.exe", + "commandline": "powershell.exe" }, { "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", @@ -341,8 +341,8 @@ could achieve that with the following: "name" : "cmder", "startingDirectory" : "%USERPROFILE%" } - ], - } + ] + }, ``` In the above settings, the `"fontFace"` in the `cmd.exe` profile overrides the