doc: fix a typo in the default settings discussion (#3980)

This change fixed a typo with the grammatical construct in the sentence.
This commit is contained in:
IBRAHIM SAMAD 2019-12-17 18:13:28 +00:00 committed by Dustin L. Howett (MSFT)
parent c0b8b85a47
commit 6cff0435ae

View File

@ -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 `"{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 with that GUID will all be treated as the same object. Any changes in that
profile will overwrite those from the defaults. profile will overwrite those from the defaults.