diff --git a/apps/site/pages/en/blog/npm/npm-1-0-link.md b/apps/site/pages/en/blog/npm/npm-1-0-link.md index cf33c47f70cde..bbcf993656c1d 100644 --- a/apps/site/pages/en/blog/npm/npm-1-0-link.md +++ b/apps/site/pages/en/blog/npm/npm-1-0-link.md @@ -106,7 +106,7 @@ I highly doubt that a native Windows node will ever have comparable symbolic lin When there is a native windows port of Node, if that native windows port has `fs.symlink` and `fs.readlink` support that is exactly identical to the way that they work on Unix, then this should work fine. -But I wouldn't hold my breath. Any bugs about this not working on a native Windows system (ie, not Cygwin) will most likely be closed with `wontfix`. +But I wouldn't hold my breath. Any bugs about this not working on a native Windows system (i.e., not Cygwin) will most likely be closed with `wontfix`. ## Aside: Credit where Credit’s Due diff --git a/apps/site/pages/en/blog/release/v0.10.0.md b/apps/site/pages/en/blog/release/v0.10.0.md index 78ce3018c1120..6ee6268d6a94b 100644 --- a/apps/site/pages/en/blog/release/v0.10.0.md +++ b/apps/site/pages/en/blog/release/v0.10.0.md @@ -156,7 +156,7 @@ http/simple.js type=buffer length=102400: Promise.all(downloadsTable(version).map(urlOrComingSoon)); const findAuthorLogin = (version, section) => { - // looking for the @author part of the release header, eg: + // looking for the @author part of the release header, e.g.: // ## 2016-03-08, Version 5.8.0 (Stable). @Fishrock123 // ## 2015-10-13, Version 4.2.1 'Argon' (LTS), @jasnell // ## 2015-09-08, Version 4.0.0 (Stable), @rvagg