aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vilsol <me@vil.so> 2023-09-17 00:43:43 -0400
committerGravatar GitHub <noreply@github.com> 2023-09-16 21:43:43 -0700
commiteca93d4257ef8d7435a614fdcc60b1c5511bba90 (patch)
tree060aaa50bb4948e19c79e5d2257c9d833eda0873
parent77781e2fa1c49f2ad4508078ddb0b44c238fe044 (diff)
downloadbun-eca93d4257ef8d7435a614fdcc60b1c5511bba90.tar.gz
bun-eca93d4257ef8d7435a614fdcc60b1c5511bba90.tar.zst
bun-eca93d4257ef8d7435a614fdcc60b1c5511bba90.zip
docs: fix typo in lockflie nav (#5576)
Looks like someone shifted their hand a bit to the right. Changes `ytrr` to `tree`
-rw-r--r--docs/nav.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nav.ts b/docs/nav.ts
index 8ad7646b7..2f9d74024 100644
--- a/docs/nav.ts
+++ b/docs/nav.ts
@@ -161,7 +161,7 @@ export default {
}),
page("install/lockfile", "Lockfile", {
description:
- "Bun's binary lockfile `bun.lockb` tracks your resolved dependency ytrr, making future installs fast and repeatable.",
+ "Bun's binary lockfile `bun.lockb` tracks your resolved dependency tree, making future installs fast and repeatable.",
}),
page("install/registries", "Scopes and registries", {
description: "How to configure private scopes and custom package registries.",