diff options
Diffstat (limited to 'docs/install/index.md')
-rw-r--r-- | docs/install/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/index.md b/docs/install/index.md index 540ade9f0..219e22d4c 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -188,7 +188,7 @@ Bun supports a variety of protocols, including [`github`](https://docs.npmjs.com ## Tarball dependencies -A package name can correspond to a publically hosted `.tgz` file. During `bun install`, Bun will download and install the package from the specified tarball URL, rather than from the package registry. +A package name can correspond to a publicly hosted `.tgz` file. During `bun install`, Bun will download and install the package from the specified tarball URL, rather than from the package registry. ```json#package.json { |