From bd3193a52aa1a1ba5400d2e14f31ec8d42518ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=AD=C4=8Dek?= Date: Fri, 7 Dec 2018 16:39:12 +0100 Subject: [PATCH] Fixed typo (#16947) [skip ci] --- framework/UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 36b223babb..8c4a61c2bb 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -3,7 +3,7 @@ Upgrading Instructions for Yii Framework 2.0 This file contains the upgrade notes for Yii 2.0. These notes highlight changes that could break your application when you upgrade Yii from one version to another. -Even though we try to ensure backwards compabitilty (BC) as much as possible, sometimes +Even though we try to ensure backwards compatibility (BC) as much as possible, sometimes it is not possible or very complicated to avoid it and still create a good solution to a problem. You may also want to check out the [versioning policy](https://github.com/yiisoft/yii2/blob/master/docs/internals/versions.md) for further details.