diff options
author | 2023-09-05 03:35:08 +0800 | |
---|---|---|
committer | 2023-09-04 12:35:08 -0700 | |
commit | 5f34c44ec6af175889e26aa5f42c817dd3de61c4 (patch) | |
tree | 43c5f0d1ec6880371c865d642838d5d228566112 /docs/runtime/configuration.md | |
parent | 2d80f94edafe09329b027424b32908632694553d (diff) | |
download | bun-5f34c44ec6af175889e26aa5f42c817dd3de61c4.tar.gz bun-5f34c44ec6af175889e26aa5f42c817dd3de61c4.tar.zst bun-5f34c44ec6af175889e26aa5f42c817dd3de61c4.zip |
chore: fix typo (#4476)
Close: #4377
Diffstat (limited to 'docs/runtime/configuration.md')
-rw-r--r-- | docs/runtime/configuration.md | 2 |
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" ``` |