Skip to content

Commit b85a927

Browse files
committed
Fix typos
1 parent 586f4da commit b85a927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Integration branch: **develop** (protected, default)
3535
- Tags can be used for test releases and should be distinct from existing version tags
3636
- Tags will create full releases, incl. docker images
3737

38-
Maintanance branches: **maint-A.B.x** (protected)
38+
Maintenance branches: **maint-A.B.x** (protected)
3939
- Where A and B are a specific version, and 'x' is used in the branch name to indicate which that the patch level is being maintained in this branch.
4040

4141
Feature-, bugfix and development branches:
@@ -44,7 +44,7 @@ Feature-, bugfix and development branches:
4444
## Development cycle
4545

4646
Development takes place on **develop**. It should always build and any larger features should be done in feature branches.
47-
If there are maintanace branches, each feature should be backported to a mintanace-branch.
47+
If there are maintenance branches, each feature should be backported to a maintenance-branch.
4848

4949
Releases are tagged on **master** using v+[SemVer](https://semver.org/). E.g.: `vX.Y.Z`
5050

0 commit comments

Comments
 (0)