From 293215778f0b9e74fd99720dde7bfc7c98e6d0da Mon Sep 17 00:00:00 2001 From: Justin Yao Du Date: Tue, 3 Jun 2025 01:21:40 -0700 Subject: [PATCH] Fix a typo in bunfig docs page (extra if) (#20160) --- 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 6d541ca325..4ee923e8c2 100644 --- a/docs/runtime/bunfig.md +++ b/docs/runtime/bunfig.md @@ -76,7 +76,7 @@ The `define` field allows you to replace certain global identifiers with constan ### `loader` -Configure how Bun maps file extensions to loaders. This is useful for loading files that aren't natively supported by Bun. If +Configure how Bun maps file extensions to loaders. This is useful for loading files that aren't natively supported by Bun. ```toml [loader]