diff options
author | 2023-09-14 07:36:11 +0800 | |
---|---|---|
committer | 2023-09-13 16:36:11 -0700 | |
commit | cb01cb0d4ad67aace33ae603938d1a28a7c10ca7 (patch) | |
tree | 0dd54bdfac951c9eb66bc220af6f2ceab42ca270 /docs/cli | |
parent | 64033f11cc42e000ea3a67d7790359eeb21a7a00 (diff) | |
download | bun-cb01cb0d4ad67aace33ae603938d1a28a7c10ca7.tar.gz bun-cb01cb0d4ad67aace33ae603938d1a28a7c10ca7.tar.zst bun-cb01cb0d4ad67aace33ae603938d1a28a7c10ca7.zip |
Fixed api & cli docs typo. (#5262)
* Fixed api & cli docs typo.
* Fix
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/bun-install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/bun-install.md b/docs/cli/bun-install.md index 8050070be..e705a2172 100644 --- a/docs/cli/bun-install.md +++ b/docs/cli/bun-install.md @@ -47,7 +47,7 @@ registry = "https://registry.yarnpkg.com/" # Install for production? This is the equivalent to the "--production" CLI argument production = false -# Disallow changes to lockfile? This is the equivalent to the "--fozen-lockfile" CLI argument +# Disallow changes to lockfile? This is the equivalent to the "--frozen-lockfile" CLI argument frozenLockfile = false # Don't actually install |