Skip to content

Commit 2b76cb6

Browse files
XhmikosRtargos
authored andcommitted
doc: remove align from tables
This is obsolete. Also, in our case it doesn't seem to have any effect since the table cells have their natural width, i.e. as much as they need. PR-URL: #29668 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
1 parent 17c3478 commit 2b76cb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ to recompile for new versions of Node.js which are
161161
listed as supporting a later version.
162162

163163
| | 1 | 2 | 3 | 4 | 5 |
164-
|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:|
164+
|-------|---------|----------|----------|----------|-----------|
165165
| v6.x | | | v6.14.2* | | |
166166
| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | |
167167
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |

doc/api/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ The port value can be an empty string in which case the port depends on
316316
the protocol/scheme:
317317

318318
| protocol | port |
319-
| :------- | :--- |
319+
| -------- | ---- |
320320
| "ftp" | 21 |
321321
| "file" | |
322322
| "gopher" | 70 |

0 commit comments

Comments
 (0)