aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéophane Hufschmitt <regnat@users.noreply.github.com>2021-06-02 11:25:47 +0200
committerGitHub <noreply@github.com>2021-06-02 11:25:47 +0200
commit7565308d0474f5f76758d0ca2487d63e5b6335c0 (patch)
tree28e29c9ff05b113350e0e799c1fb5b33b6fd3f06
parent7d651f5c3fc721b8957a2266e5e14e99bdb77077 (diff)
Fix a documentation typo
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
-rw-r--r--src/nix/flake-check.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/flake-check.md b/src/nix/flake-check.md
index f7427d61d..12d33c5f9 100644
--- a/src/nix/flake-check.md
+++ b/src/nix/flake-check.md
@@ -22,7 +22,7 @@ This command verifies that the flake specified by flake reference
that the derivations specified by the flake's `checks` output can be
built successfully.
-If the `keep-going` option is set to `true`, Nix will keep evaluating as much as it can and report the errors as it encounters them. Otherise it will stop at the first error.
+If the `keep-going` option is set to `true`, Nix will keep evaluating as much as it can and report the errors as it encounters them. Otherwise it will stop at the first error.
# Evaluation checks