From ed3ecd0d4e9a801391a94a521ae13219b8432961 Mon Sep 17 00:00:00 2001 From: "Sakthipriyan Vairamani (thefourtheye)" Date: Mon, 27 Feb 2017 01:42:52 +0530 Subject: [PATCH] doc: make the heading consistent All the other headings are in level 3. This patch fixes the offending heading to use level 3. PR-URL: https://github.com/nodejs/node/pull/11569 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 7b37e276abfa26..71f846b8b613eb 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -524,7 +524,7 @@ of V8 5.8. It is replaced by Inspector which is activated with `--inspect` instead. -#### DEP0063: ServerResponse.prototype.writeHeader() +### DEP0063: ServerResponse.prototype.writeHeader() Type: Documentation-only