nixos/system: fix grammatical error in docs

This commit is contained in:
Anton Mosich
2024-07-25 18:19:35 +02:00
parent 9a0162c8b0
commit bc1c51d6d0
@@ -42,7 +42,7 @@ in
default = false;
type = types.bool;
description = ''
Whether copy the necessary boot files into /boot, so
Whether to copy the necessary boot files into /boot, so
/nix/store is not needed by the boot loader.
'';
};