From d67d4ee6a197dee4cb2306bdcd25b4a2b9d336c7 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sun, 17 Apr 2022 23:18:54 +0100 Subject: [PATCH] nixos/doc: fix typos --- nixos/doc/manual/from_md/release-notes/rl-2205.section.xml | 4 ++-- nixos/doc/manual/release-notes/rl-2205.section.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml index e798996f4f4a..29a63a454aba 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml @@ -1812,9 +1812,9 @@ When setting i18n.inputMethod.enabled to fcitx5, it no longer creates - coresponding systemd user services. It now relies on XDG + corresponding systemd user services. It now relies on XDG autostart files to start and work properly in your desktop - seesions. If your are using only a window manager without a + sessions. If you are using only a window manager without a desktop manager, you need to enable services.xserver.desktopManager.runXdgAutostartIfNone or using the dex package to make diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md index fa0c3867e97d..c4fff8627d0c 100644 --- a/nixos/doc/manual/release-notes/rl-2205.section.md +++ b/nixos/doc/manual/release-notes/rl-2205.section.md @@ -662,9 +662,9 @@ In addition to numerous new and upgraded packages, this release has the followin This replaces helpers like the `dex` package. - When setting [i18n.inputMethod.enabled](#opt-i18n.inputMethod.enabled) to `fcitx5`, - it no longer creates coresponding systemd user services. - It now relies on XDG autostart files to start and work properly in your desktop seesions. - If your are using only a window manager without a desktop manager, you need to enable + it no longer creates corresponding systemd user services. + It now relies on XDG autostart files to start and work properly in your desktop sessions. + If you are using only a window manager without a desktop manager, you need to enable `services.xserver.desktopManager.runXdgAutostartIfNone` or using the `dex` package to make `fcitx5` work. - A new module was added for the Envoy reverse proxy, providing the options `services.envoy.enable` and `services.envoy.settings`.