From 16e97ab6c657baffe71c2c3e3fbebb981cb12b0b Mon Sep 17 00:00:00 2001 From: monkick Date: Sat, 12 Nov 2016 16:30:28 +0900 Subject: [PATCH] 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 Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Shigeki Ohtsu Reviewed-By: Michael Dawson Reviewed-By: James M Snell --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index b634d34b6d1cca..c657e63514139a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -123,7 +123,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