Fix typo in contributing guidelines (#1677)

Co-authored-by: Florian Sey <florian.sey@neofacto.com>
This commit is contained in:
Florian Sey
2024-01-03 21:53:35 +01:00
committed by GitHub
parent 582701d949
commit c23bc68900

View File

@@ -25,7 +25,7 @@ Have questions about this document or anything not covered here? Please file a n
## Submmiting your work
1. From your fork `devel` branch, create a new brach to stage your changes.
1. From your fork `devel` branch, create a new branch to stage your changes.
```sh
#> git checkout -b <branch-name>
```