diff options
author | 2023-09-16 05:10:04 +0800 | |
---|---|---|
committer | 2023-09-15 14:10:04 -0700 | |
commit | 575a85a3fdc8c938743bafbc72c604dea95fbc17 (patch) | |
tree | e51023198e6ea55e56c9d657a2c20c804443b1a4 /docs/runtime/bunfig.md | |
parent | 8eabb4d1d5bb66d4a1782cfdc4f17192eb395a71 (diff) | |
download | bun-575a85a3fdc8c938743bafbc72c604dea95fbc17.tar.gz bun-575a85a3fdc8c938743bafbc72c604dea95fbc17.tar.zst bun-575a85a3fdc8c938743bafbc72c604dea95fbc17.zip |
docs(runtime): fix some typo. (#5451)
Diffstat (limited to '')
-rw-r--r-- | docs/runtime/bunfig.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/runtime/bunfig.md b/docs/runtime/bunfig.md index 9426cc6e0..3db6965f5 100644 --- a/docs/runtime/bunfig.md +++ b/docs/runtime/bunfig.md @@ -269,6 +269,9 @@ Valid values are: {% table %} +- Value +- Description + --- - `"auto"` @@ -277,12 +280,12 @@ Valid values are: --- - `"force"` -- Always auto-install dependencies, even if `node_modules` exists +- Always auto-install dependencies, even if `node_modules` exists. --- - `"disable"` -- Never auto-install dependencies +- Never auto-install dependencies. --- |