aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/ecosystem
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/ecosystem
parentb55b511f685d0520ba2110b1182980ac80a7b3b7 (diff)
downloadbun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.gz
bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.tar.zst
bun-9d6a8ee79df73c4b2160a53d58d8789fff130e95.zip
Fix punctuation (#4870)
Diffstat (limited to 'docs/guides/ecosystem')
-rw-r--r--docs/guides/ecosystem/mongoose.md2
-rw-r--r--docs/guides/ecosystem/solidstart.md2
2 files changed, 2 insertions, 2 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