diff options
author | 2023-09-10 02:46:41 +0500 | |
---|---|---|
committer | 2023-09-09 14:46:41 -0700 | |
commit | 620f6c51cec26dcb2df24af52f9140932467244f (patch) | |
tree | 7751255c5d9a392d0190f4ab4e21d47abe3edfee | |
parent | ffe4f561a3af53b9f5a41c182de55d7199b5d692 (diff) | |
download | bun-620f6c51cec26dcb2df24af52f9140932467244f.tar.gz bun-620f6c51cec26dcb2df24af52f9140932467244f.tar.zst bun-620f6c51cec26dcb2df24af52f9140932467244f.zip |
fix typo (#4639)
-rw-r--r-- | docs/project/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/project/roadmap.md b/docs/project/roadmap.md index 7c5c28cf6..2f8646a60 100644 --- a/docs/project/roadmap.md +++ b/docs/project/roadmap.md @@ -1,4 +1,4 @@ -Bun is a project with an incredibly large scope and is still in its early days. Long-term, Bun aims to provide an all-in-one tookit to replace the complex, fragmented toolchains common today: Node.js, Jest, Webpack, esbuild, Babel, yarn, PostCSS, etc. +Bun is a project with an incredibly large scope and is still in its early days. Long-term, Bun aims to provide an all-in-one toolkit to replace the complex, fragmented toolchains common today: Node.js, Jest, Webpack, esbuild, Babel, yarn, PostCSS, etc. Refer to [Bun's Roadmap](https://github.com/oven-sh/bun/issues/159) on GitHub to learn more about the project's long-term plans and priorities. |