Fix typos and change some grammatical constructions

This commit is contained in:
daniel.motzko
2021-07-02 13:54:18 +02:00
parent ea00db0ac6
commit 51c8a54795
54 changed files with 185 additions and 152 deletions

View File

@@ -6,6 +6,7 @@ featured: false
---
[Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html) is a scheme for specifying a software's version.
As the de facto standard, this is widely used and established in all areas of software development. It offers a clear way of communicating changes over the lifetime of the software being developed.
As the de facto standard, this is widely used and established in all areas of software development.
It offers a clear way of communicating changes over the lifetime of the software being developed.
Especially in large-scale projects with many components being dependent on each other, it is important to use unambiguous communication across teams.