From f0a8bc3f8411c469a7d80244b843446dfd759a36 Mon Sep 17 00:00:00 2001 From: Felipe Batista Date: Sun, 17 May 2015 18:20:41 -0300 Subject: [PATCH] doc: fix spelling in CHANGELOG Reviewed-By: Roman Reiss --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfccaed..691dd30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,7 +103,7 @@ See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and curren Full details at https://github.com/nodejs/io.js/wiki/Breaking-Changes#200-from-1x * V8 upgrade to 4.2, minor changes to C++ API -* `os.tmpdir()` is now cross-platform consistent and will no longer returns a path with a trailling slash on any platform +* `os.tmpdir()` is now cross-platform consistent and no longer returns a path with a trailing slash on any platform * While not a *breaking change* the 'smalloc' module has been deprecated in anticipation of it becoming unsupportable with a future upgrade to V8 4.4. See [#1451](https://github.com/nodejs/io.js/issues/1451) for further information. _Note: a new version of the 'url' module was reverted prior to release as it was decided the potential for breakage across the npm ecosystem was too great and that more compatibility work needed to be done before releasing it. See [#1602](https://github.com/nodejs/io.js/pull/1602) for further information._ -- 2.7.4