aboutsummaryrefslogtreecommitdiff
path: root/docs/install
diff options
context:
space:
mode:
authorGravatar Samuel Rigaud <46346622+s-rigaud@users.noreply.github.com> 2023-09-12 21:50:05 -0400
committerGravatar GitHub <noreply@github.com> 2023-09-12 18:50:05 -0700
commit263382103f47ce6f7063ad07d34664718b4c1ea7 (patch)
tree20b7954f6f99de6e6472bd1e4a05df72e9e88ae7 /docs/install
parent8777c3f72c8aa0dfef73a52c66887c0faaf41401 (diff)
downloadbun-263382103f47ce6f7063ad07d34664718b4c1ea7.tar.gz
bun-263382103f47ce6f7063ad07d34664718b4c1ea7.tar.zst
bun-263382103f47ce6f7063ad07d34664718b4c1ea7.zip
docs: fix typos (#5151)
Diffstat (limited to '')
-rw-r--r--docs/install/index.md2
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
{
Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/packages/astro/src/core/add (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-30Content collections - fix `.json` collection errors (#7246)Gravatar Ben Holmes 4-7/+52
2023-05-30[ci] formatGravatar bholmesdev 4-5/+5
2023-05-30Markdoc - remove `$entry` variable (#7244)Gravatar Ben Holmes 16-257/+217
2023-05-30Markdoc: new README for Markdoc nodes (#7225)Gravatar Ben Holmes 1-46/+85
2023-05-30[ci] formatGravatar MoustaphaDev 1-1/+1
2023-05-30fix: prioritize dynamic prerendered routes over dynamic server routes (#7235)Gravatar Happydev 6-19/+361
2023-05-30[ci] formatGravatar matthewp 1-5/+8
2023-05-30Bug 6672 (#7062)Gravatar wulinsheng123 10-0/+138