From 263382103f47ce6f7063ad07d34664718b4c1ea7 Mon Sep 17 00:00:00 2001 From: Samuel Rigaud <46346622+s-rigaud@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:50:05 -0400 Subject: docs: fix typos (#5151) --- docs/cli/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cli/install.md') diff --git a/docs/cli/install.md b/docs/cli/install.md index a608a8950..34478a771 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -289,7 +289,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 { -- cgit v1.2.3