diff --git a/doc/specs/#13000 - In-process ConPTY.md b/doc/specs/#13000 - In-process ConPTY.md index 763b836432e..e37b19433e0 100644 --- a/doc/specs/#13000 - In-process ConPTY.md +++ b/doc/specs/#13000 - In-process ConPTY.md @@ -836,5 +836,5 @@ At this point we should also see if we can find early adopters of the API in oth The console server on Windows has been an internal ABI for the longest time. As we have started shipping ConPTY bundled with conhost/OpenConsole to other projects, the internal ABI has become a public one. -While we have no intention of ever breaking forward compatability of the console server with future Windows versions, it would be reassuring if the ABI long-term became internal once more. +While we have no intention of ever breaking forward compatibility of the console server with future Windows versions, it would be reassuring if the ABI long-term became internal once more. This will allow us complete freedom over its design, even in the decades to come, and allow us to fully shim any 3rd party applications on Windows if a ABI change were to ever happen.