diff options
Diffstat (limited to 'docs/nav.ts')
-rw-r--r-- | docs/nav.ts | 2 |
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.", |