From 56103aba590937ab2d51300b97bdec25de4102d8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 9 Aug 2018 15:12:46 -0700 Subject: [PATCH] test,doc: adjust async-hooks coverage doc for lint First header should be a first-level header according to our lint rules. Make it so in prepartion for applying the markdown linting to the test directory. PR-URL: https://github.com/nodejs/node/pull/22221 Reviewed-By: Richard Lau Reviewed-By: Jon Moss Reviewed-By: Vse Mozhet Byt Reviewed-By: Khaidi Chu Reviewed-By: Daniel Bevenius Reviewed-By: James M Snell Reviewed-By: George Adams --- test/async-hooks/coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/async-hooks/coverage.md b/test/async-hooks/coverage.md index 4ac7bc24a58..0a2af0d06bf 100644 --- a/test/async-hooks/coverage.md +++ b/test/async-hooks/coverage.md @@ -1,4 +1,4 @@ -## AsyncHooks Coverage Overview +# AsyncHooks Coverage Overview Showing which kind of async resource is covered by which test: