diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2018-05-15 07:28:54 +0200 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2018-05-15 21:10:30 -0700 |
commit | efe3784f8cc8ea16ef511a556b230d2976af5645 (patch) | |
tree | ebf8237c0e3908639a3495f236e63ea72529857a /.github | |
parent | 2e7ea6e0613757b46e49361ebe9f8839805cdfd2 (diff) | |
download | node-new-efe3784f8cc8ea16ef511a556b230d2976af5645.tar.gz |
codeowners: fix typo in v8-inspector team name
PR-URL: https://github.com/nodejs/node/pull/20740
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fcf8667c7e..c483ecb42c 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 |