From f9b97c4880f63af8d034234f4d23c24b8704f8a7 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 9 Nov 2021 05:18:50 +0900 Subject: [PATCH] doc: Fix typo in #885 - Terminal Settings Model.md (#11657) Fixed typo: ocurred -> occurred * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA --- .../#885 - Terminal Settings Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/#885 - Terminal Settings Model/#885 - Terminal Settings Model.md b/doc/specs/#885 - Terminal Settings Model/#885 - Terminal Settings Model.md index 37b1fe4cb..c7dbefeab 100644 --- a/doc/specs/#885 - Terminal Settings Model/#885 - Terminal Settings Model.md +++ b/doc/specs/#885 - Terminal Settings Model/#885 - Terminal Settings Model.md @@ -268,7 +268,7 @@ Today, if the deserialization of `CascadiaSettings` encounters any errors, an ex To get around this issue, when `CascadiaSettings` encounters a serialization error, it must internally record any pertinent information for that error, and return the simple `CascadiaSettings` as if nothing happened. The consumer must then call `CascadiaSettings::GetErrors()` and `CascadiaSettings::GetWarnings()` to properly - understand whether an error ocurred and how to present that to the user. + understand whether an error occurred and how to present that to the user. #### TerminalApp: Loading and Reloading Changes