aboutsummaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authorGravatar Matthew Yu <56417255+matthewyu01@users.noreply.github.com> 2023-09-11 08:50:39 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-11 08:50:39 -0700
commit9d6a8ee79df73c4b2160a53d58d8789fff130e95 (patch)
tree7c14a2f03ffb22819a64ee041cc0855ac3d8a7c3 /docs/guides
parentb55b511f685d0520ba2110b1182980ac80a7b3b7 (diff)
downloadbun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.gz
bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.zst
bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.zip
Fix punctuation (#4870)
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/ecosystem/mongoose.md2
-rw-r--r--docs/guides/ecosystem/solidstart.md2
-rw-r--r--docs/guides/install/workspaces.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/guides/ecosystem/mongoose.md b/docs/guides/ecosystem/mongoose.md
index 043ec4f22..c06821dde 100644
--- a/docs/guides/ecosystem/mongoose.md
+++ b/docs/guides/ecosystem/mongoose.md
@@ -75,7 +75,7 @@ await mongoose.disconnect();
---
-Lets run this with `bun run`.
+Let's run this with `bun run`.
```bash
$ bun run index.ts
diff --git a/docs/guides/ecosystem/solidstart.md b/docs/guides/ecosystem/solidstart.md
index b6062c903..ca2ef471e 100644
--- a/docs/guides/ecosystem/solidstart.md
+++ b/docs/guides/ecosystem/solidstart.md
@@ -30,7 +30,7 @@ cloned solidjs/solid-start#main to /path/to/my-app/.solid-start
---
-As instructed by the `create-solid` CLI, lets install our dependencies.
+As instructed by the `create-solid` CLI, let's install our dependencies.
```sh
$ cd my-app
diff --git a/docs/guides/install/workspaces.md b/docs/guides/install/workspaces.md
index 7c359b285..f87c1e337 100644
--- a/docs/guides/install/workspaces.md
+++ b/docs/guides/install/workspaces.md
@@ -35,7 +35,7 @@ It's common to place all packages in a `packages` directory. The `"workspaces"`
---
-To add one workspace as a dependency of another, modify its `package.json`. Here were adding `stuff-a` as a dependency of `stuff-b`.
+To add one workspace as a dependency of another, modify its `package.json`. Here we're adding `stuff-a` as a dependency of `stuff-b`.
```json#packages/stuff-b/package.json
{