From 573d7f05bfb46b630970462ef056bf78a780ffd0 Mon Sep 17 00:00:00 2001 From: Nick Diego Date: Thu, 28 Dec 2023 04:54:58 -0600 Subject: [PATCH] Fix incorrect heading level in Editor curation docs (#57409) * Fix incorrect heading level. * Update manifest. --- .../disable-editor-functionality.md | 2 +- docs/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-guides/curating-the-editor-experience/disable-editor-functionality.md b/docs/how-to-guides/curating-the-editor-experience/disable-editor-functionality.md index 34b2377691480..23803888f9522 100644 --- a/docs/how-to-guides/curating-the-editor-experience/disable-editor-functionality.md +++ b/docs/how-to-guides/curating-the-editor-experience/disable-editor-functionality.md @@ -1,4 +1,4 @@ -## Disable Editor functionality +# Disable Editor functionality This page is dedicated to the many ways you can disable specific functionality in the Post Editor and Site Editor that are not covered in other areas of the curation documentation. diff --git a/docs/manifest.json b/docs/manifest.json index b17343872ea71..db3ac4ff5ca57 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -240,7 +240,7 @@ "parent": "curating-the-editor-experience" }, { - "title": "DisableEditorFunctionality", + "title": "Disable Editor functionality", "slug": "disable-editor-functionality", "markdown_source": "../docs/how-to-guides/curating-the-editor-experience/disable-editor-functionality.md", "parent": "curating-the-editor-experience"