From 4a666f21814b44eb4b7ec811cc4abe102575d2b5 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 2fe919328edd62..d0c0def6f16905 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