From 08920140f141772199f3cb6d6cc0d5c4ceecef47 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Sat, 19 May 2018 01:10:35 +0200 Subject: [PATCH] Revert "doc: fix typo in COLLABORATOR_GUIDE.md" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 59f71ea4ddf081b55f50334158c25ea19808b3d6. Quick fix for the following linter error: ``` COLLABORATOR_GUIDE.md 846:46-846:66 warning Use "V8" instead of "v8" prohibited-strings remark-lint ⚠ 1 warning ``` (Despite being a warning, this breaks `make test`, and I don’t know how else to address it.) --- COLLABORATOR_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COLLABORATOR_GUIDE.md b/COLLABORATOR_GUIDE.md index 585d102f73ef35..76007aad6e3dd6 100644 --- a/COLLABORATOR_GUIDE.md +++ b/COLLABORATOR_GUIDE.md @@ -843,7 +843,7 @@ LTS working group and the Release team. | `lib/domains` | @nodejs/domains | | `lib/fs`, `src/{fs,file}` | @nodejs/fs | | `lib/{_}http{*}` | @nodejs/http | -| `lib/inspector.js`, `src/inspector_*` | @nodejs/v8-inspector | +| `lib/inspector.js`, `src/inspector_*` | @nodejs/V8-inspector | | `lib/internal/bootstrap/*` | @nodejs/process | | `lib/internal/url`, `src/node_url` | @nodejs/url | | `lib/net` | @bnoordhuis, @indutny, @nodejs/streams |