From 4786eaf6be28df55337c9d09a64862985027c7af Mon Sep 17 00:00:00 2001 From: EvoPot <73490501+EvoPot@users.noreply.github.com> Date: Tue, 5 Aug 2025 23:48:52 +0300 Subject: [PATCH] Documentation: Fix capitalization of "Windows" --- Documentation/Porting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Porting.md b/Documentation/Porting.md index ebf600e08ec..8b7557bbd62 100644 --- a/Documentation/Porting.md +++ b/Documentation/Porting.md @@ -69,7 +69,7 @@ so any platform that supports Unix domain sockets should be able to use the IPC ### Windows -Over the years excitement about a native windows port has waxed and waned. The main issue is that Ladybird is built on +Over the years excitement about a native Windows port has waxed and waned. The main issue is that Ladybird is built on top of LibCore, which is a POSIX abstraction. Windows is not POSIX, and so a Windows port requires a significant amount of effort to implement.