From b407994e40aa7a1a29a55e35a2a6deda9243ddb7 Mon Sep 17 00:00:00 2001 From: Timothy John Perisho Eccleston Date: Thu, 2 Oct 2025 22:57:46 -0700 Subject: [PATCH] typo in direnv.md Signed-off-by: Timothy John Perisho Eccleston --- docs/app/docs/ide_configuration/direnv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/docs/ide_configuration/direnv.md b/docs/app/docs/ide_configuration/direnv.md index 9f481b6a4e9..585bf7be20b 100644 --- a/docs/app/docs/ide_configuration/direnv.md +++ b/docs/app/docs/ide_configuration/direnv.md @@ -14,7 +14,7 @@ ___ #### New Project -If you have direnv installed, Devbox will generate an .envrc file when you run `devbox generate direnv` and enables it by running `direnv allow` in the background: +If you have direnv installed, Devbox will generate an .envrc file when you run `devbox generate direnv` and enable it by running `direnv allow` in the background: ```bash ➜ devbox generate direnv