Browse Source

Merge pull request #15934 from acorncom/patch-3

Fixed a small spelling mistake
tags/2.0.16
Dmitry Naumenko 7 years ago committed by GitHub
parent
commit
143d429975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/UPGRADE.md

2
framework/UPGRADE.md

@ -233,7 +233,7 @@ Upgrade from Yii 2.0.12
However, this change may affect your application if you have code that uses method `yii\base\Module::has()` in order
to check existence of the component exactly in this specific module. In this case make sure the logic is not corrupted.
* If you are using "asset" command to compress assets and your web applicaiton `assetManager` has `linkAssets` turned on,
* If you are using "asset" command to compress assets and your web application `assetManager` has `linkAssets` turned on,
make sure that "asset" command config has `linkAssets` turned on as well.

Loading…
Cancel
Save