From 29cfe5bd679c0c49d52a2bec41798b0bd87bd1f8 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 1 May 2025 19:20:00 +0300 Subject: [PATCH] nixos/doc: fix typos in LUKS section --- nixos/doc/manual/configuration/luks-file-systems.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/configuration/luks-file-systems.section.md b/nixos/doc/manual/configuration/luks-file-systems.section.md index b20957b40b89..a1d22f34e920 100644 --- a/nixos/doc/manual/configuration/luks-file-systems.section.md +++ b/nixos/doc/manual/configuration/luks-file-systems.section.md @@ -117,7 +117,7 @@ added to the LUKS volume. ``` Existing key slots are left intact, unless `--wipe-slot=` is specified. It is -recommened to add a recovery key that should be stored in a secure physical +recommended to add a recovery key that should be stored in a secure physical location and can be entered wherever a password would be entered. ```ShellSession