Skip to content

Commit 3fb834d

Browse files
Mic92Enzime
authored andcommitted
docs: fix typos (#401)
docs: fix typos * Update docs/howtos/disko-modes.md Co-authored-by: Michael Hoang <[email protected]>
1 parent b6168ba commit 3fb834d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/howtos/disko-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
By default, nixos-anywhere will reformat all configured disks before running the
44
installation. However it is also possible to mount the filesystems of an
55
existing installation and run `nixos-install`. This is useful to recover from a
6-
mis-configured NixOS installation by first booting into a NixOS installer or
6+
misconfigured NixOS installation by first booting into a NixOS installer or
77
recovery system.
88

99
To only mount existing filesystems, add `--disko-mode mount` to

docs/howtos/nix-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PA
1111
at «none»:0: (source not available)
1212
```
1313

14-
when using tools like nix-shell/nix-env that rely on `NIX_PATH` beeing set.
14+
when using tools like nix-shell/nix-env that rely on `NIX_PATH` being set.
1515

1616
# Solution 1: Set the `NIX_PATH` via nixos configuration (recommended)
1717

0 commit comments

Comments
 (0)