@@ -78,7 +78,7 @@ There are three support tiers:
7878 platforms are welcome.
7979
8080Platforms may move between tiers between major release lines. The table below
81- will be updated to reflect those changes.
81+ will reflect those changes.
8282
8383### Platform list
8484
@@ -111,26 +111,26 @@ platforms. This is true regardless of entries in the table below.
111111| AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | |
112112| FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> |
113113
114- <em id="fn1">1</em>: GCC 6 is not provided on the base platform, users will
114+ <em id="fn1">1</em>: GCC 6 is not provided on the base platform. Users will
115115 need the
116116 [Toolchain test builds PPA](https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=xenial)
117117 or similar to source a newer compiler.
118118
119- <em id="fn2">2</em>: GCC 6 is not provided on the base platform, users will
119+ <em id="fn2">2</em>: GCC 6 is not provided on the base platform. Users will
120120 need the
121121 [devtoolset-6](https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/)
122122 or later to source a newer compiler.
123123
124- <em id="fn3">3</em>: Older kernel versions may work for ARM64, however the
124+ <em id="fn3">3</em>: Older kernel versions may work for ARM64. However the
125125 Node.js test infrastructure only tests >= 4.5.
126126
127127<em id="fn4">4</em>: On Windows, running Node.js in Windows terminal emulators
128128 like `mintty` requires the usage of [winpty](https://github.com/rprichard/winpty)
129- for the tty channels to work correctly (e.g. `winpty node.exe script.js`).
129+ for the tty channels to work (e.g. `winpty node.exe script.js`).
130130 In "Git bash" if you call the node shell alias (`node` without the `.exe`
131131 extension), `winpty` is used automatically.
132132
133- <em id="fn5">5</em>: The Windows Subsystem for Linux (WSL) is not directly
133+ <em id="fn5">5</em>: The Windows Subsystem for Linux (WSL) is not
134134 supported, but the GNU/Linux build process and binaries should work. The
135135 community will only address issues that reproduce on native GNU/Linux
136136 systems. Issues that only reproduce on WSL should be reported in the
@@ -140,11 +140,11 @@ platforms. This is true regardless of entries in the table below.
140140
141141<em id="fn6">6</em>: Running Node.js on x86 Windows should work and binaries
142142are provided. However, tests in our infrastructure only run on WoW64.
143- Furthermore, compiling on x86 Windows is currently considered Experimental and
143+ Furthermore, compiling on x86 Windows is Experimental and
144144may not be possible.
145145
146146<em id="fn7">7</em>: The default FreeBSD 12.0 compiler is Clang 6.0.1, but
147- FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are provided
147+ FreeBSD 12.1 upgrades to 8.0.1. Other Clang/LLVM versions are available
148148via the system's package manager, including Clang 9.0.
149149
150150### Supported toolchains
0 commit comments