From 4457ccf39bc1ba96a5cb6f9b80fa73894d668a04 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 11 Apr 2017 16:46:36 -0700 Subject: [PATCH] doc: fix formatting in onboarding-extras Use of extra `|` breaks markdown table rendering. Fix it. PR-URL: https://github.com/nodejs/node/pull/12350 Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Evan Lucas Reviewed-By: Anna Henningsen Reviewed-By: Alexey Orlenko Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/onboarding-extras.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/onboarding-extras.md b/doc/onboarding-extras.md index 7f15d4985c2..988c6a347b5 100644 --- a/doc/onboarding-extras.md +++ b/doc/onboarding-extras.md @@ -13,11 +13,11 @@ | `lib/{crypto,tls,https}` | @nodejs/crypto | | `lib/dgram` | @cjihrig, @mcollina | | `lib/domains` | @misterdjules | -| `lib/fs`, `src/{fs|file}` | @nodejs/fs | +| `lib/fs`, `src/{fs,file}` | @nodejs/fs | | `lib/internal/url`, `src/node_url` | @nodejs/url | | `lib/{_}http{*}` | @nodejs/http | | `lib/net` | @bnoordhuis, @indutny, @nodejs/streams | -| `lib/{_}stream{s|*}` | @nodejs/streams | +| `lib/{_}stream{*}` | @nodejs/streams | | `lib/repl` | @addaleax, @fishrock123 | | `lib/timers` | @fishrock123, @misterdjules | | `lib/util` | @bnoordhuis, @cjihrig, @evanlucas |