diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index b5bb26fb8d2..294fc1988e9 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -361,7 +361,7 @@ in
example = true;
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
@@ -391,7 +391,6 @@ in
You simply dislike the idea of depending on NVRAM
state to make your drive bootable
-
'';
};