From e97617e26098948a97b95522cc6aae06436b8d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 16 Apr 2023 21:50:35 +0200 Subject: [PATCH] quickstart: fix grammar --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 5046528..d1483bc 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -112,7 +112,7 @@ imports = ]; ``` -If you went for the hybrid-partition scheme, than choose grub as a bootloader. +If you went for the hybrid-partition scheme, then choose grub as a bootloader. Otherwise consult the NixOS manual. The following configuration for Grub works both EFI and BIOS systems. Add it to your configuration.nix while commenting out the existing lines about `systemd-boot`: @@ -130,7 +130,7 @@ the existing lines about `systemd-boot`: # ... ``` -Than finish the installation and reboot your machine +Then finish the installation and reboot your machine ``` $ nixos-install