From 3ecb3a4bfcaafbddae039315fa4183bfe9d9b3cc Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 10 May 2023 09:00:28 -0400 Subject: [PATCH] spelling: guidelines Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fea12c01..e7936fef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Please keep the following guidelines in mind when opening a pull request: - Add tests for your changes, if possible. - Ensure that your changes don't break existing functionality. -#### Commit message guidline +#### Commit message guidelines A good commit message should describe what changed and why.