aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/runtime/modules.md')
-rw-r--r--docs/runtime/modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/modules.md b/docs/runtime/modules.md
index f10dad378..d7f85d925 100644
--- a/docs/runtime/modules.md
+++ b/docs/runtime/modules.md
@@ -193,7 +193,7 @@ Once a version or version range has been determined, Bun will:
### Installation
-Packages are installed and cached into `<cache>/<pkg>@<version>`, so multiple versions of the same package can be cached at once. Additional, a symlink is created under `<cache>/<pkg>/<version>` to make it faster to look up all versions of a package exist in the cache.
+Packages are installed and cached into `<cache>/<pkg>@<version>`, so multiple versions of the same package can be cached at once. Additionally, a symlink is created under `<cache>/<pkg>/<version>` to make it faster to look up all versions of a package that exist in the cache.
### Version specifiers