206: quickstart: fix grammar r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-04-16 19:51:01 +00:00 committed by GitHub
commit ba53a0433d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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