summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2016-11-18 09:40:45 -0800
committerSam Roberts <vieuxtech@gmail.com>2016-11-21 09:04:29 -0800
commit3cbb553df8fefbed7fd09b4b75f1d6f7b611d3b5 (patch)
treeb21a98975932a099ad3e70d066873cf2536ed017 /BUILDING.md
parent13c4f44e974534951564c110b0e718fb5c642464 (diff)
downloadnode-new-3cbb553df8fefbed7fd09b4b75f1d6f7b611d3b5.tar.gz
tools: disallow trailing whitespace for markdown
markdown had a dispensation because 2 or more trailing spaces triggers a new paragraph. There are no examples of that usage in Node, all trailing whitespace found were mistakes, and the dispensation is now removed. See: https://github.com/nodejs/node/pull/9620 PR-URL: https://github.com/nodejs/node/pull/9676 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index d0c0def6f1..5051da3433 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -20,7 +20,7 @@ Prerequisites:
On OS X, you will also need:
* [Xcode](https://developer.apple.com/xcode/download/)
- * You also need to install the `Command Line Tools` via Xcode. You can find
+ * You also need to install the `Command Line Tools` via Xcode. You can find
this under the menu `Xcode -> Preferences -> Downloads`
* This step will install `gcc` and the related toolchain containing `make`