Fix typo in example

This commit is contained in:
Deryabin Sergey 2022-01-22 09:44:40 +01:00
parent 9151d0b101
commit 033d06f8a0

View File

@ -114,7 +114,7 @@ return [
],
'yii\bootstrap5\BootstrapPluginAsset' => [
'sourcePath' => null,
'baseUrl' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.1/dist/,
'baseUrl' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.1/dist/',
'js' => [
'js/bootstrap.bundle.min.js'
],