about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorCody Hiar <thornycrackers@users.noreply.github.com>2022-08-02 10:50:22 -0600
committerGitHub <noreply@github.com>2022-08-02 10:50:22 -0600
commit0444078dabdef0a4fdb64e9a607cf48a431c598c (patch)
tree5e6c3ac20c1271a5d7e60d786b49552f5f7d1d48 /doc/builders
parent53ffebbe1ff7985875796b32fc2f0432a5ec0464 (diff)
Update doc/builders/fetchers.chapter.md
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/fetchers.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index e97d6342461fd..e52d01cbb8eb7 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -34,7 +34,7 @@ fetchurl {
 
 Hash mismatches generate an error message containing the correct sha256.
 
-A similar problem arises while testing changes to a fetcher's implementation. If the output of the derivation already exists in the nix store or cache, test failures can go undetected. The [`invalidateFetcherByDrvHash`](#tester-invalidateFetcherByDrvHash) function helps prevent reusing cached derivations.
+A similar problem arises while testing changes to a fetcher's implementation. If the output of the derivation already exists in the Nix store, test failures can go undetected. The [`invalidateFetcherByDrvHash`](#tester-invalidateFetcherByDrvHash) function helps prevent reusing cached derivations.
 
 ## `fetchurl` and `fetchzip` {#fetchurl}