From 6cff0435ae006822fb23ef8015f9d1f7dbb58e8b Mon Sep 17 00:00:00 2001 From: IBRAHIM SAMAD Date: Tue, 17 Dec 2019 18:13:28 +0000 Subject: [PATCH] doc: fix a typo in the default settings discussion (#3980) This change fixed a typo with the grammatical construct in the sentence. --- doc/user-docs/UsingJsonSettings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-docs/UsingJsonSettings.md b/doc/user-docs/UsingJsonSettings.md index 7a5af1c854..2e9a6f6111 100644 --- a/doc/user-docs/UsingJsonSettings.md +++ b/doc/user-docs/UsingJsonSettings.md @@ -162,7 +162,7 @@ would like to only change the color scheme of the default `cmd` profile to } ``` -Here, we're know we're changing the `cmd` profile, because the `guid` +Here, we know we're changing the `cmd` profile, because the `guid` `"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}"` is `cmd`'s unique GUID. Any profiles with that GUID will all be treated as the same object. Any changes in that profile will overwrite those from the defaults.