From 13a369b49c31a71a788fdd48456e0334ebd02289 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Wed, 17 Sep 2025 16:04:52 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 655b436..0f86ef9 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ be interpreted or passed along. ##### Disabling devShell fallback By default, nix-direnv will reload a previously working devShell if it discovers -that a new verison does not evaluate. This can be disabled by calling +that a new version does not evaluate. This can be disabled by calling `nix_direnv_disallow_fallback` in `.envrc`, like so: ```shell