diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index c02956bf8c87b..2d6bf2d58a9e7 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -383,7 +383,7 @@ in
default = false;
type = types.bool;
description = ''
- Whether to invoke grub-install with
+ Whether to invoke grub-install with
--removable.
Unless you turn this on, GRUB will install itself somewhere in
@@ -412,7 +412,7 @@ in
the NVRAM state of the computer (like a USB "removable" drive)
You simply dislike the idea of depending on NVRAM
state to make your drive bootable
-
+
'';
};