From 415c3d13781e64601b374a97af83ec1e105d4171 Mon Sep 17 00:00:00 2001 From: monkick Date: Sat, 12 Nov 2016 16:30:28 +0900 Subject: [PATCH 1/3] doc: fix typo in BUILDING.md e.g., to e.g. at BUILDING.md line 116 --- 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 From c161f2efecdea640edc2efcc2505bbc6a72ac4b6 Mon Sep 17 00:00:00 2001 From: monkick Date: Sat, 12 Nov 2016 16:42:27 +0900 Subject: [PATCH 2/3] Revert "doc: fix typo in BUILDING.md" This reverts commit 415c3d13781e64601b374a97af83ec1e105d4171. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index d0c0def6f16905..2fe919328edd62 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 From 0f6ba4995b873733106b451790f9053d451c28ff Mon Sep 17 00:00:00 2001 From: monkick Date: Sat, 12 Nov 2016 16:43:57 +0900 Subject: [PATCH 3/3] doc: fix typo in BUILDING.md e.g., to e.g. at BUILDING.md line 116 --- 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