From 656493daebf2e5d1122cc1da3101a765446023c1 Mon Sep 17 00:00:00 2001 From: RiskyMH Date: Thu, 23 Jan 2025 17:48:30 +0100 Subject: [PATCH] docs --- docs/runtime/bunfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/bunfig.md b/docs/runtime/bunfig.md index 36dfa750439307..9e95d41ef52ba4 100644 --- a/docs/runtime/bunfig.md +++ b/docs/runtime/bunfig.md @@ -457,7 +457,7 @@ editor = "code" The `bun run` command can be configured under the `[run]` section. These apply to the `bun run` command and the `bun` command when running a file or executable or script. -Currently, `bunfig.toml` isn't always automatically loaded for `bun run` in a local project (it does check for a global `bunfig.toml`), so you might still need to pass `-c` or `-c=bunfig.toml` to use these settings. +Currently, `bunfig.toml` is only automatically loaded for `bun run` in a local project (it doesn't check for a global `.bunfig.toml`). ### `run.shell` - use the system shell or Bun's shell