diff options
author | 2023-02-24 18:47:04 -0500 | |
---|---|---|
committer | 2023-02-24 15:47:04 -0800 | |
commit | 7455f385ec046bf8e20bbcb68c4f9200ff74eaa6 (patch) | |
tree | a78a7c322e6b42ef7fd354a6f741c2ab20c28cda | |
parent | 4c4da4aae2c6e085974e26aecc0a96b7a94694af (diff) | |
download | bun-7455f385ec046bf8e20bbcb68c4f9200ff74eaa6.tar.gz bun-7455f385ec046bf8e20bbcb68c4f9200ff74eaa6.tar.zst bun-7455f385ec046bf8e20bbcb68c4f9200ff74eaa6.zip |
Add missing "that" in `modules.md` (#2167)
-rw-r--r-- | docs/runtime/modules.md | 2 |
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 |