Documentation: Fix capitalization of "Windows"

This commit is contained in:
EvoPot 2025-08-05 23:48:52 +03:00 committed by Andrew Kaster
parent 7162c73b6c
commit 4786eaf6be

View File

@ -69,7 +69,7 @@ so any platform that supports Unix domain sockets should be able to use the IPC
### Windows ### 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 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. of effort to implement.