aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ai Hoshino <ambiguous404@gmail.com> 2023-09-05 03:35:08 +0800
committerGravatar GitHub <noreply@github.com> 2023-09-04 12:35:08 -0700
commit5f34c44ec6af175889e26aa5f42c817dd3de61c4 (patch)
tree43c5f0d1ec6880371c865d642838d5d228566112
parent2d80f94edafe09329b027424b32908632694553d (diff)
downloadbun-5f34c44ec6af175889e26aa5f42c817dd3de61c4.tar.gz
bun-5f34c44ec6af175889e26aa5f42c817dd3de61c4.tar.zst
bun-5f34c44ec6af175889e26aa5f42c817dd3de61c4.zip
chore: fix typo (#4476)
Close: #4377
-rw-r--r--docs/runtime/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/configuration.md b/docs/runtime/configuration.md
index ff380cb8b..96385b87d 100644
--- a/docs/runtime/configuration.md
+++ b/docs/runtime/configuration.md
@@ -37,7 +37,7 @@ logLevel = "debug" # "debug", "warn", "error"
# This will probably change in a future release to be just regular TOML instead. It is a holdover from the CLI argument parsing.
"process.env.bagel" = "'lox'"
-[loaders]
+[loader]
# When loading a .bagel file, run the JS parser
".bagel" = "js"
```