diff options
author | 2023-06-01 16:34:09 -0400 | |
---|---|---|
committer | 2023-06-01 13:34:09 -0700 | |
commit | be1833898eb628544374aaa8ad14a3a22751286d (patch) | |
tree | cc61685066a8a42f8c381689a825ad7d853a38c1 | |
parent | a64da8f0cb3052b55b4e59cabeeef211f5f8debe (diff) | |
download | bun-be1833898eb628544374aaa8ad14a3a22751286d.tar.gz bun-be1833898eb628544374aaa8ad14a3a22751286d.tar.zst bun-be1833898eb628544374aaa8ad14a3a22751286d.zip |
fix typo in documentation ("the today" -> "today") (#3160)
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index c9a6fba43..23a7495b9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -60,7 +60,7 @@ Bun is designed as a faster, leaner, more modern replacement for Node.js. Node.j ## Design goals -Bun is designed from the ground-up with the today's JavaScript ecosystem in mind. +Bun is designed from the ground-up with today's JavaScript ecosystem in mind. - **Speed**. Bun processes start [4x faster than Node.js](https://twitter.com/jarredsumner/status/1499225725492076544) currently (try it yourself!) - **TypeScript & JSX support**. You can directly execute `.jsx`, `.ts`, and `.tsx` files; Bun's transpiler converts these to vanilla JavaScript before execution. |