diff options
author | 2023-03-21 12:14:21 -0500 | |
---|---|---|
committer | 2023-03-21 10:14:21 -0700 | |
commit | 54b62aad05f70722b4597b3a830c3cf316ccc6e0 (patch) | |
tree | 01cc4e5d26c0a8faeaf528b84b3668a5431b9958 | |
parent | 15f23d70d6d6c979370526eb12c2cc9b7df11565 (diff) | |
download | bun-54b62aad05f70722b4597b3a830c3cf316ccc6e0.tar.gz bun-54b62aad05f70722b4597b3a830c3cf316ccc6e0.tar.zst bun-54b62aad05f70722b4597b3a830c3cf316ccc6e0.zip |
Fix typo (#2446)
- fixed typo in the month name
-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/)) |