From 21c49093a5caaa4d64a67c243fb45957cf53f2da Mon Sep 17 00:00:00 2001 From: jcari-dev <582119jc@gmail.com> Date: Wed, 18 Oct 2023 18:00:45 -0400 Subject: [PATCH] fixed typo in contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 966a6134..23501f4e 100644 --- a/contributing.md +++ b/contributing.md @@ -33,5 +33,5 @@ Please reference [development.md](docs/development.md) for instructions on runni - Please follow the format of creating branches - feature/[feature name]: This branch should contain changes for a specific feature - Example: feature/dark-mode - - bugfix/[bug name]: This branch should container only bug fixes for a specific bug + - bugfix/[bug name]: This branch should contain only bug fixes for a specific bug - Example bugfix/bug-1