From 945dcde45b787d9765183efaef47df37387ad1ad 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 7f15d4985c2f30..988c6a347b5808 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 |