From fc25f1debf1dbb7270e352d63c4639744f63a675 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 18 Dec 2024 19:59:07 +0100 Subject: [PATCH] Fix typo --- docs/specifications/versioning/versions/2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.