Skip to content

Commit 5c57fea

Browse files
Trottevanlucas
authored andcommitted
doc: fix formatting in onboarding-extras
Use of extra `|` breaks markdown table rendering. Fix it. PR-URL: #12350 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 092c723 commit 5c57fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/onboarding-extras.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
| `lib/{crypto,tls,https}` | @nodejs/crypto |
1414
| `lib/dgram` | @cjihrig, @mcollina |
1515
| `lib/domains` | @misterdjules |
16-
| `lib/fs`, `src/{fs|file}` | @nodejs/fs |
16+
| `lib/fs`, `src/{fs,file}` | @nodejs/fs |
1717
| `lib/internal/url`, `src/node_url` | @nodejs/url |
1818
| `lib/{_}http{*}` | @nodejs/http |
1919
| `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |
20-
| `lib/{_}stream{s|*}` | @nodejs/streams |
20+
| `lib/{_}stream{*}` | @nodejs/streams |
2121
| `lib/repl` | @addaleax, @fishrock123 |
2222
| `lib/timers` | @fishrock123, @misterdjules |
2323
| `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |

0 commit comments

Comments
 (0)