From a0aad00e945b19601c4b1d513cf8b79f3495e159 Mon Sep 17 00:00:00 2001 From: Bimi <75537408+Bimi05@users.noreply.github.com> Date: Sun, 30 Jan 2022 17:03:25 +0200 Subject: [PATCH] update: fix typo in CONTRIBUTING (line 49) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b15d505411..8711ea9373 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,7 +46,7 @@ By submitting a pull request, you agree that; 1) You hold the copyright on all s Not following this guideline could lead to your pull being squashed for a cleaner commit history -Some style guides we would recommed using in your pulls: +Some style guides we would recommend using in your pulls: The [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) style is a very widely used style and a good style to start with.