From 6635f978a6440b0515edcadf60930a267d8702f6 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Fri, 15 Jul 2022 16:54:54 +0800 Subject: [PATCH] Fix a number error in open-a-pr.md Signed-off-by: Guangwen Feng --- content/en/docs/contribute/new-content/open-a-pr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/new-content/open-a-pr.md b/content/en/docs/contribute/new-content/open-a-pr.md index 2989535ead..a9c9a1e16a 100644 --- a/content/en/docs/contribute/new-content/open-a-pr.md +++ b/content/en/docs/contribute/new-content/open-a-pr.md @@ -396,7 +396,7 @@ Figure 3. Steps to open a PR from your fork to the K8s/website. 1. From the **head repository** drop-down menu, select your fork. 1. From the **compare** drop-down menu, select your branch. 1. Select **Create Pull Request**. -`. Add a description for your pull request: +1. Add a description for your pull request: - **Title** (50 characters or less): Summarize the intent of the change. - **Description**: Describe the change in more detail.