@@ -96,8 +96,8 @@ platforms in production.
9696 by Joyent. SmartOS images >= 16.4 are not supported because
9797 GCC 4.8 runtime libraries are not available in their pkgsrc repository
9898
99- <em id =" fn2 " >2</em >: Tier 1 support for building on Windows is only on 64 bit
100- hosts. Support is experimental for 32 bit hosts.
99+ <em id =" fn2 " >2</em >: Tier 1 support for building on Windows is only on 64- bit
100+ hosts. Support is experimental for 32- bit hosts.
101101
102102<em id =" fn3 " >3</em >: On Windows, running Node.js in Windows terminal emulators
103103 like ` mintty ` requires the usage of [ winpty] ( https://github.com/rprichard/winpty )
@@ -115,7 +115,7 @@ platforms in production.
115115
116116### Supported toolchains
117117
118- Depending on host platform, the selection of toolchains may vary.
118+ Depending on the host platform, the selection of toolchains may vary.
119119
120120#### Unix
121121
@@ -127,11 +127,11 @@ Depending on host platform, the selection of toolchains may vary.
127127
128128#### Windows
129129
130- * Visual Studio 2017 with the Windows 10 SDK on a 64 bit host.
130+ * Visual Studio 2017 with the Windows 10 SDK on a 64- bit host.
131131
132132#### OpenSSL asm support
133133
134- OpenSSL-1.1.0 requires the following asssembler version for use of asm
134+ OpenSSL-1.1.0 requires the following assembler version for use of asm
135135support on x86_64 and ia32.
136136
137137* gas (GNU assembler) version 2.23 or higher
@@ -365,7 +365,7 @@ These core dumps are useful for debugging when provided with the
365365corresponding original debug binary and system information.
366366
367367Reading the core dump requires ` gdb ` built on the same platform the core dump
368- was captured on (i.e. 64 bit ` gdb ` for ` node ` built on a 64 bit system, Linux
368+ was captured on (i.e. 64- bit ` gdb ` for ` node ` built on a 64- bit system, Linux
369369` gdb ` for ` node ` built on Linux) otherwise you will get errors like
370370` not in executable format: File format not recognized ` .
371371
@@ -484,7 +484,7 @@ $ ./configure --without-intl
484484$ pkg-config --modversion icu-i18n && ./configure --with-intl=system-icu
485485```
486486
487- If you are cross compiling, your ` pkg-config ` must be able to supply a path
487+ If you are cross- compiling, your ` pkg-config ` must be able to supply a path
488488that works for both your host and target environments.
489489
490490#### Build with a specific ICU:
@@ -532,7 +532,7 @@ This version of Node.js does not support FIPS.
532532## Building Node.js with external core modules
533533
534534It is possible to specify one or more JavaScript text files to be bundled in
535- the binary as builtin modules when building Node.js.
535+ the binary as built-in modules when building Node.js.
536536
537537### Unix/macOS
538538
0 commit comments