From 078a2a304fee41c39d50b1061a2c7513f0353f04 Mon Sep 17 00:00:00 2001 From: Hentioe Date: Tue, 17 Feb 2026 19:29:15 +0800 Subject: [PATCH] docs: fix typo in platform spelling --- blog/electron-38-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/electron-38-0.md b/blog/electron-38-0.md index 376f47c1d..62b5b7c13 100644 --- a/blog/electron-38-0.md +++ b/blog/electron-38-0.md @@ -51,7 +51,7 @@ or later will be required to run Electron v38.0.0 and higher. ### Removed: `ELECTRON_OZONE_PLATFORM_HINT` environment variable -The default value of the `--ozone-plaftform` flag [changed to `auto`](https://chromium-review.googlesource.com/c/chromium/src/+/6775426). +The default value of the `--ozone-platform` flag [changed to `auto`](https://chromium-review.googlesource.com/c/chromium/src/+/6775426). Electron now runs as a native Wayland app by default when launched in a Wayland session on Linux. Some features and APIs behave differently in Wayland and X11. You can force Electron to run in X11 compatibility mode (Xwayland), like it did in older versions, by appending the flag `--ozone-platform=x11`.