Commit 78e3eee2 by Qiang Xue

Merge pull request #3223 from it3rmit/master

Just fixing small misspelling
parents cbcc7b6a 774b2fe5
...@@ -54,7 +54,7 @@ Using the .less files of Bootstrap directly ...@@ -54,7 +54,7 @@ Using the .less files of Bootstrap directly
If you want to include the [Bootstrap css directly in your less files](http://getbootstrap.com/getting-started/#customizing) If you want to include the [Bootstrap css directly in your less files](http://getbootstrap.com/getting-started/#customizing)
you may need to disable the original bootstrap css files to be loaded. you may need to disable the original bootstrap css files to be loaded.
You can do this by setting the css property of the [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] to be empty. You can do this by setting the css property of the [[yii\bootstrap\BootstrapAsset|BootstrapAsset]] to be empty.
For this you need to configure the `assetManagner` application component as follows: For this you need to configure the `assetManager` application component as follows:
```php ```php
'assetManager' => [ 'assetManager' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment