diff options
Diffstat (limited to 'docs/guides/ecosystem/mongoose.md')
-rw-r--r-- | docs/guides/ecosystem/mongoose.md | 2 |
1 files changed, 1 insertions, 1 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 |