From c800aeefb7345299dbd3079c19c18a474c8b1a8b Mon Sep 17 00:00:00 2001 From: Dmitriy Makarov Date: Sun, 28 Aug 2016 08:15:00 +0300 Subject: [PATCH] :book: Fix typo [skip ci] --- docs/internals/versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals/versions.md b/docs/internals/versions.md index 2b2961f44f..a2e8d28294 100644 --- a/docs/internals/versions.md +++ b/docs/internals/versions.md @@ -33,7 +33,7 @@ not be trivial, but a complete upgrade guide will be available. ### `2.x.Y`: minor releases -Patch releases, which should be 100% BC-compatible. Ideally, we hope they contain only changes that do not affect backwards compatibilty +Patch releases, which should be 100% BC-compatible. Ideally, we hope they contain only changes that do not affect backwards compatibility however it is not always possible to keep 100% BC-compatible, so upgrade notes are recorded in `UPGRADE.md`. Practically, since 2.0.x is released more frequently, we are also adding minor features to it so that users can enjoy them earlier.