From 272965feda8adfbf5bfa0e01b37df27ce70fc9fd Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 5 May 2022 02:08:56 +0200 Subject: [PATCH] docs: fix h1 heading on formatters page (#15834) --- templates/formatter-examples.md.ejs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/formatter-examples.md.ejs b/templates/formatter-examples.md.ejs index b5583957f67..7c41544da2f 100644 --- a/templates/formatter-examples.md.ejs +++ b/templates/formatter-examples.md.ejs @@ -1,8 +1,7 @@ --- -title: Documentation +title: ESLint Formatters layout: doc --- -# ESLint Formatters ESLint comes with several built-in formatters to control the appearance of the linting results, and supports third-party formatters as well.