mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
docs(contributing): Fix typo in CONTRIBUTING.md (#2119)
fixed typo in CONTRIBUTING.md Signed-off-by: Pulkit Batra <95132680+PulkitBxtra@users.noreply.github.com>
This commit is contained in:
parent
7aa3dba423
commit
dafc63f0de
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue