From e768450595ff031799926854575cd0033849f23b Mon Sep 17 00:00:00 2001 From: Ricordisamoa Date: Wed, 9 Mar 2016 20:01:22 +0100 Subject: [PATCH] blog: fix typo in release post for v4.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit buld → build --- locale/en/blog/release/v4.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/release/v4.4.0.md b/locale/en/blog/release/v4.4.0.md index f3edb6b7b720d..ea3eda1a2267c 100644 --- a/locale/en/blog/release/v4.4.0.md +++ b/locale/en/blog/release/v4.4.0.md @@ -24,7 +24,7 @@ The SEMVER-MINOR changes include: Notable semver patch changes include: - * **buld**: + * **build**: - Support python path that includes spaces. This should be of particular interest to our Windows users who may have python living in `c:/Program Files` (Felix Becker) [#4841](https://github.com/nodejs/node/pull/4841) * **https**: - A potential fix for [#3692](https://github.com/nodejs/node/issues/3692) HTTP/HTTPS client requests throwing EPROTO (Fedor Indutny) [#4982](https://github.com/nodejs/node/pull/4982)