diff --git a/docs/runtime/modules.md b/docs/runtime/modules.md index f10dad378d..d7f85d925c 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 `/@`, so multiple versions of the same package can be cached at once. Additional, a symlink is created under `//` to make it faster to look up all versions of a package exist in the cache. +Packages are installed and cached into `/@`, so multiple versions of the same package can be cached at once. Additionally, a symlink is created under `//` to make it faster to look up all versions of a package that exist in the cache. ### Version specifiers