aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Andres Beltran <66681471+andres039@users.noreply.github.com> 2023-03-28 12:37:46 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-28 09:37:46 -0700
commitd5418052b11cfdc37075fd3e5da4f293991e3132 (patch)
treef0a6912bfed3d679d3d920cf0af8a29ce822c391
parentcfceb26edda6770140f1e5bf278e23bcdd796fd6 (diff)
downloadbun-d5418052b11cfdc37075fd3e5da4f293991e3132.tar.gz
bun-d5418052b11cfdc37075fd3e5da4f293991e3132.tar.zst
bun-d5418052b11cfdc37075fd3e5da4f293991e3132.zip
Remove extra 's' on keep (#2498)
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index eaaf50628..433cf577c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -16,7 +16,7 @@ $ bunx cowsay "Hello, world!" # execute a package
```
{% callout type="note" %}
-**​​Bun is still under development.** Use it to speed up your development workflows or run simpler production code in resource-constrained environments like serverless functions. We're working on more complete Node.js compatibility and integration with existing frameworks. Join the [Discord](https://bun.sh/discord) and watch the [GitHub repository](https://github.com/oven-sh/bun) to keeps tabs on future releases.
+**​​Bun is still under development.** Use it to speed up your development workflows or run simpler production code in resource-constrained environments like serverless functions. We're working on more complete Node.js compatibility and integration with existing frameworks. Join the [Discord](https://bun.sh/discord) and watch the [GitHub repository](https://github.com/oven-sh/bun) to keep tabs on future releases.
{% /callout %}
### Get started