Skip to content

Commit

Permalink
doc: remove align from tables
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
XhmikosR authored and Trott committed Sep 27, 2019
1 parent 4d2856e commit 73f4dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ to recompile for new versions of Node.js which are
listed as supporting a later version.

| | 1 | 2 | 3 | 4 | 5 |
|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:|
|-------|---------|----------|----------|----------|-----------|
| v6.x | | | v6.14.2* | | |
| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | |
| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
Expand Down
2 changes: 1 addition & 1 deletion doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ The port value can be an empty string in which case the port depends on
the protocol/scheme:

| protocol | port |
| :------- | :--- |
| -------- | ---- |
| "ftp" | 21 |
| "file" | |
| "gopher" | 70 |
Expand Down

0 comments on commit 73f4dc8

Please sign in to comment.