diff --git a/docs/specifications/versioning/versions/2.md b/docs/specifications/versioning/versions/2.md index ab509c9..1393b64 100644 --- a/docs/specifications/versioning/versions/2.md +++ b/docs/specifications/versioning/versions/2.md @@ -26,7 +26,7 @@ This vector identifies how stable the released version is. - **alpha** identifies the work as experimental. The work may have many unresolved issues and may change significantly during further development. Usage is not recommended. - **beta** identifies the work as unstable. The work may have a few unresolved issues and may change from time to time during further development. Usage is not recommended. -- **releasecandidate** identifies the work as potentially stable. The work may have a few smaller issues but it's shape is final. No new features may be added anymore unless required. Usage only recommended for testers and earlybirds. +- **releasecandidate** identifies the work as potentially stable. The work may have a few smaller issues but it's shape is final. No new features may be added anymore unless required. Usage only recommended for testers and early birds. - **release** identifies the work as tested and stable. The work is finished and can be used without any problems. ### Typerelease The typerelease vector is an integer and starts at `0`.