From cb01cb0d4ad67aace33ae603938d1a28a7c10ca7 Mon Sep 17 00:00:00 2001 From: James Gordo <14321895+jamesgordo@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:36:11 +0800 Subject: Fixed api & cli docs typo. (#5262) * Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell --- docs/cli/bun-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cli') 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 -- cgit v1.2.3