From c0f37776572373088881339dbb6f1e58be56a423 Mon Sep 17 00:00:00 2001 From: Choy Fuguan <124690424+PikaGunner@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:13:02 +0800 Subject: [PATCH] docs: removed bolding from header (#28001) removed extra ** after heading two --- docs/docs/contributing/tutorials/docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/tutorials/docs.mdx b/docs/docs/contributing/tutorials/docs.mdx index 423163d1443..9eaf81653a0 100644 --- a/docs/docs/contributing/tutorials/docs.mdx +++ b/docs/docs/contributing/tutorials/docs.mdx @@ -8,7 +8,7 @@ This tutorial will guide you through making a simple documentation edit, like co --- -## Editing a Documentation Page on GitHub** +## Editing a Documentation Page on GitHub Sometimes you want to make a small change, like fixing a typo, and the easiest way to do this is to use GitHub's editor directly.