Browse Source

Fix typo

tags/2.0.0-beta
marsuboss 11 years ago
parent
commit
a652ac8a4e
  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