From b701f5af1851a61782b642bf38e90df3a5dd8cf8 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 15 May 2018 07:28:54 +0200 Subject: [PATCH] codeowners: fix typo in v8-inspector team name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/20740 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Vse Mozhet Byt Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fcf8667c7e6431..c483ecb42cf6d6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,7 +16,7 @@ *http* @nodejs/http *http2* @nodejs/http2 *https* @nodejs/http @nodejs/crypto @nodejs/tls @nodejs/http2 -*inspector* @nodejs/V8-inspector +*inspector* @nodejs/v8-inspector *net* @nodejs/streams *node_api* @nodejs/n-api *repl* @nodejs/repl