From dafc63f0deccca3a4082f4a19997eb94e33f198f Mon Sep 17 00:00:00 2001 From: Pulkit Batra <95132680+PulkitBxtra@users.noreply.github.com> Date: Sat, 4 Nov 2023 01:12:01 +0530 Subject: [PATCH] docs(contributing): Fix typo in CONTRIBUTING.md (#2119) fixed typo in CONTRIBUTING.md Signed-off-by: Pulkit Batra <95132680+PulkitBxtra@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd522d268..f80789c39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ Please squash all commits for a change into a single commit (this can be done us ## Use Conventional Commits -This repo uses [Conventional Commmits](https://www.conventionalcommits.org/en/v1.0.0/) +This repo uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history;