From 5dc3e31cba4d844d08126fd6d3379f5cd93eb689 Mon Sep 17 00:00:00 2001 From: sidemt Date: Wed, 2 Feb 2022 04:12:06 +0900 Subject: [PATCH] docs: add missing & in 'Compare & pull request' (#44985) --- docs/how-to-open-a-pull-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-open-a-pull-request.md b/docs/how-to-open-a-pull-request.md index f042a1ff17..c323133946 100644 --- a/docs/how-to-open-a-pull-request.md +++ b/docs/how-to-open-a-pull-request.md @@ -45,7 +45,7 @@ Some examples of good PRs titles would be: 1. Once the edits have been committed, you will be prompted to create a pull request on your fork's GitHub Page. - ![Image - Compare pull request prompt on GitHub](https://contribute.freecodecamp.org/images/github/compare-pull-request-prompt.png) + ![Image - Compare & pull request prompt on GitHub](https://contribute.freecodecamp.org/images/github/compare-pull-request-prompt.png) 2. By default, all pull requests should be against the freeCodeCamp main repo, `main` branch.