Browse Source

Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
  Fix typo
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
08a668989d
  1. 2
      docs/guide/configuration.md

2
docs/guide/configuration.md

@ -36,7 +36,7 @@ return [
// ... // ...
], ],
'params' => require(__DIR__ . '/params.php'), 'params' => require(__DIR__ . '/params.php'),
); ];
``` ```
In the above array keys are names of application properties. Depending on application type you can check properties of In the above array keys are names of application properties. Depending on application type you can check properties of

Loading…
Cancel
Save