Unverified Commit 9aeb6202 authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

Merge pull request #329940 from antonmosich/grammar-fix

nixos/system: fix grammatical error in docs
parents dd081b24 bc1c51d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
        '';
      };