aboutsummaryrefslogtreecommitdiff
path: root/docs/install
diff options
context:
space:
mode:
authorGravatar 0xflotus <0xflotus@gmail.com> 2023-07-29 12:58:45 +0200
committerGravatar GitHub <noreply@github.com> 2023-07-29 03:58:45 -0700
commitdccf82b1c682a84c42540ba9e00e5e9296cc7e5f (patch)
tree18778b43288415fb057049992c7d2d914bbc31ee /docs/install
parent5563be99d33d02f2e7ddc1c3fadcb0cffeee72d8 (diff)
downloadbun-dccf82b1c682a84c42540ba9e00e5e9296cc7e5f.tar.gz
bun-dccf82b1c682a84c42540ba9e00e5e9296cc7e5f.tar.zst
bun-dccf82b1c682a84c42540ba9e00e5e9296cc7e5f.zip
docs: fixed small errors (#3879)
* Update cache.md * Update index.md * Update macros.md * Update writing.md
Diffstat (limited to 'docs/install')
-rw-r--r--docs/install/cache.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/cache.md b/docs/install/cache.md
index 6bd13d04a..bb22e545d 100644
--- a/docs/install/cache.md
+++ b/docs/install/cache.md
@@ -19,7 +19,7 @@ disableManifest = false
## Minimizing re-downloads
-Bun strives to avoid re-downloading packages mutiple times. When installing a package, if the cache already contains a version in the range specified by `package.json`, Bun will use the cached package instead of downloading it again.
+Bun strives to avoid re-downloading packages multiple times. When installing a package, if the cache already contains a version in the range specified by `package.json`, Bun will use the cached package instead of downloading it again.
{% details summary="Installation details" %}
If the semver version has pre-release suffix (`1.0.0-beta.0`) or a build suffix (`1.0.0+20220101`), it is replaced with a hash of that value instead, to reduce the chances of errors associated with long file paths.