diff options
author | monkick <saruyama.monki@gmail.com> | 2016-11-12 16:30:28 +0900 |
---|---|---|
committer | Anna Henningsen <anna@addaleax.net> | 2016-11-20 01:11:28 +0100 |
commit | 55cb28026530c8ecf4b813ead91378f71bbd3dc8 (patch) | |
tree | f72cac79bd2d9cab542a7f787c8a499750365e6f /BUILDING.md | |
parent | 8a6b37bc51a353227b6711d3c1df12c2863e3302 (diff) | |
download | node-new-55cb28026530c8ecf4b813ead91378f71bbd3dc8.tar.gz |
doc: fix typo in BUILDING.md
e.g., to e.g. at BUILDING.md line 116
PR-URL: https://github.com/nodejs/node/pull/9569
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index 2fe919328e..d0c0def6f1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -113,7 +113,7 @@ To test if Node.js was built correctly: > Release\node -e "console.log('Hello from Node.js', process.version)" ``` -### Android / Android-based devices (e.g., Firefox OS) +### Android / Android-based devices (e.g. Firefox OS) Although these instructions for building on Android are provided, please note that Android is not an officially supported platform at this time. Patches to |