fix naming

This commit is contained in:
holger krekel 2015-09-22 10:29:12 +02:00
parent 745cd26850
commit f19ba6c2b1
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ but here is a simple overview:
$ git checkout features -b your-feature-branch-name
Given we have "macro.minor.micro" version numbers, bugfixes will usually
Given we have "major.minor.micro" version numbers, bugfixes will usually
be released in micro releases whereas features will be released in
minor releases and incompatible changes in major releases.