Skip to content

Commit

Permalink
doc: Fix typo in #885 - Terminal Settings Model.md (#11657)
Browse files Browse the repository at this point in the history
Fixed typo: ocurred -> occurred

* [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA
  • Loading branch information
eltociear authored Nov 8, 2021
1 parent a74c37b commit f9b97c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b97c4

Please sign in to comment.