From 22ac598f6e762606c370f60867bef5a47e3ba810 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Tue, 8 Feb 2022 08:01:15 +0700 Subject: [PATCH] docs: fix a typo in the contributing guide (#45045) --- 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 c323133946..939c5a7a61 100644 --- a/docs/how-to-open-a-pull-request.md +++ b/docs/how-to-open-a-pull-request.md @@ -34,7 +34,7 @@ You can select a scope from [this list of labels](https://github.com/freeCodeCam Keep it short (less than 30 characters) and simple, you can add more information in the PR description box and comments. -Some examples of good PRs titles would be: +Some examples of good PR titles would be: - `fix(a11y): improved search bar contrast` - `feat: add more tests to HTML and CSS challenges`