From 859b67d512ffd7d69e83e1fd2e7cd0ac1dffec55 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Wed, 23 Mar 2022 04:01:35 +0200 Subject: [PATCH] docs: fix typo (#3877) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec03e015f..4788d60ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ increase development coordination and makes PRs easier to merge. Check out the [help wanted][hw] or [good first issue][gfi] labels if you're looking for a place to get started! -Zebra follows the [convential commits][conventional] standard for the commits +Zebra follows the [conventional commits][conventional] standard for the commits merged to main. Since PRs are squashed before merging to main, the PR titles should follow the conventional commits standard so that the merged commits are conformant.