Skip to content

Commit 945dcde

Browse files
TrottMylesBorins
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 <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9e89edf commit 945dcde

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)