From 7455f385ec046bf8e20bbcb68c4f9200ff74eaa6 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 24 Feb 2023 18:47:04 -0500 Subject: Add missing "that" in `modules.md` (#2167) --- docs/runtime/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/runtime/modules.md') 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 `/@`, 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 -- cgit v1.2.3