Add missing "that" in modules.md (#2167)

This commit is contained in:
Charlie Marsh
2023-02-24 18:47:04 -05:00
committed by GitHub
parent 4c4da4aae2
commit 7455f385ec

View File

@@ -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