diff options
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" ``` |