diff options
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c9a4919c..997b7598b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ All contributions need test coverage. If you are adding a new feature, please ad Bun is written mostly in Zig, but WebKit & JavaScriptCore (the JavaScript engine) is written in C++. -Today (Feburary 2023), Bun's codebase has five distinct parts: +Today (February 2023), Bun's codebase has five distinct parts: - JavaScript, JSX, & TypeScript transpiler, module resolver, and related code - JavaScript runtime ([`src/bun.js/`](src/bun.js/)) |