From 54b62aad05f70722b4597b3a830c3cf316ccc6e0 Mon Sep 17 00:00:00 2001 From: Igor Shevchenko <39371503+bnzone@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:14:21 -0500 Subject: [PATCH] Fix typo (#2446) - fixed typo in the month name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0c9a4919ca..997b7598bb 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/))