From 20a724d131cb6f53b13ba00ab280d14066a1a4c9 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Tue, 13 May 2025 22:20:11 +0000 Subject: [PATCH] docs: Fix miscellaneous typos and formatting issues --- .../source/advanced-topics/distributed-builds.md | 2 +- doc/manual/source/architecture/architecture.md | 6 +++--- doc/manual/source/language/advanced-attributes.md | 10 +++++----- doc/manual/source/release-notes/rl-2.6.md | 2 +- doc/manual/source/store/derivation/outputs/index.md | 2 +- src/libstore/local-overlay-store.md | 2 +- src/nix/flake-lock.md | 2 +- src/nix/flake.md | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/manual/source/advanced-topics/distributed-builds.md b/doc/manual/source/advanced-topics/distributed-builds.md index 464b87d6e..08a980643 100644 --- a/doc/manual/source/advanced-topics/distributed-builds.md +++ b/doc/manual/source/advanced-topics/distributed-builds.md @@ -27,7 +27,7 @@ nix store info --store ssh://username@mac ``` To specify an SSH identity file as part of the remote store URI add a -query paramater, e.g. +query parameter, e.g. ```console nix store info --store ssh://username@mac?ssh-key=/home/alice/my-key diff --git a/doc/manual/source/architecture/architecture.md b/doc/manual/source/architecture/architecture.md index cbc469355..0c8677a6a 100644 --- a/doc/manual/source/architecture/architecture.md +++ b/doc/manual/source/architecture/architecture.md @@ -22,9 +22,9 @@ The following [concept map] shows its main components (rectangles), the objects | | +----------|-------------------|--------------------------------+ | Nix | V | -| | +-------------------------+ | -| | | commmand line interface |------. | -| | +-------------------------+ | | +| | +------------------------+ | +| | | command line interface |------. | +| | +------------------------+ | | | | | | | | evaluated by calls manages | | | | | | diff --git a/doc/manual/source/language/advanced-attributes.md b/doc/manual/source/language/advanced-attributes.md index bf196e0b8..dc00e3080 100644 --- a/doc/manual/source/language/advanced-attributes.md +++ b/doc/manual/source/language/advanced-attributes.md @@ -280,7 +280,7 @@ All other combinations are invalid.