- fixed typo in the month name
This commit is contained in:
Igor Shevchenko
2023-03-21 12:14:21 -05:00
committed by GitHub
parent 15f23d70d6
commit 54b62aad05

View File

@@ -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/))