Skip to content

Commit c560456

Browse files
Ömer Farukarturcic
Ömer Faruk
authored andcommitted
Fix typo
1 parent 0fc8f59 commit c560456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/intro-to-semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SemVer introduces conventions about breaking changes into our version numbers so
1717
* `{tag}` is optional and denotes a pre-release of the version preceeding
1818
* `{buildmetadata}` is optional and contains additional information about the version, but **does not affect** the semantic version preceding it.
1919

20-
Only one number should be incremented per release, and all lower parts should be reset to 0 (if `{major}` is incrememented, then `{minor}` and `{patch}` should become 0).
20+
Only one number should be incremented per release, and all lower parts should be reset to 0 (if `{major}` is incremented, then `{minor}` and `{patch}` should become 0).
2121

2222
For a more complete explaination check out [semver.org](http://semver.org) which is the official spec. Remember this is a brief introduction and does not cover all parts of semantic versioning, just the important parts to get started.
2323

0 commit comments

Comments
 (0)