From 3fb834da466b75300a9141f9a68869c56fbd28f3 Mon Sep 17 00:00:00 2001 From: Mic92 <96200+Mic92@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:06:49 +0000 Subject: [PATCH] docs: fix typos (#401) docs: fix typos * Update docs/howtos/disko-modes.md Co-authored-by: Michael Hoang --- docs/howtos/disko-modes.md | 2 +- docs/howtos/nix-path.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howtos/disko-modes.md b/docs/howtos/disko-modes.md index ffbb0dc9..135c2f8b 100644 --- a/docs/howtos/disko-modes.md +++ b/docs/howtos/disko-modes.md @@ -3,7 +3,7 @@ By default, nixos-anywhere will reformat all configured disks before running the installation. However it is also possible to mount the filesystems of an existing installation and run `nixos-install`. This is useful to recover from a -mis-configured NixOS installation by first booting into a NixOS installer or +misconfigured NixOS installation by first booting into a NixOS installer or recovery system. To only mount existing filesystems, add `--disko-mode mount` to diff --git a/docs/howtos/nix-path.md b/docs/howtos/nix-path.md index fac6293a..1505af93 100644 --- a/docs/howtos/nix-path.md +++ b/docs/howtos/nix-path.md @@ -11,7 +11,7 @@ error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PA at «none»:0: (source not available) ``` -when using tools like nix-shell/nix-env that rely on `NIX_PATH` beeing set. +when using tools like nix-shell/nix-env that rely on `NIX_PATH` being set. # Solution 1: Set the `NIX_PATH` via nixos configuration (recommended)