This commit is contained in:
Trent Mick 2012-06-21 23:11:07 -07:00
parent 2fe6983125
commit 79da9bb01f
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ This example emits:
The scheme I follow is most succintly described by the bootstrap guys The scheme I follow is most succintly described by the bootstrap guys
[here](https://github.com/twitter/bootstrap#versioning). [here](https://github.com/twitter/bootstrap#versioning).
tl;dr: All versions a `<major>.<minor>.<patch>` which will be incremented for tl;dr: All versions are `<major>.<minor>.<patch>` which will be incremented for
breaking backward compat and major reworks, new features without breaking breaking backward compat and major reworks, new features without breaking
change, and bug fixes, respectively. change, and bug fixes, respectively.