diff options
author | Andrey Andreev <narf@devilix.net> | 2015-11-12 19:15:28 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-11-12 19:15:28 +0100 |
commit | ad70b9988e5581229efde818715ba4a201502a39 (patch) | |
tree | 86a1fddd57af1cca3e6b836f29e3f82d52f113b9 /user_guide_src/source/database | |
parent | 035c21accc6831ac6bf64151afcdf80ca68b0367 (diff) | |
parent | 01fb0d44167196ab0cb5bc0a3f1385204f932992 (diff) |
Merge pull request #4239 from craigdanj/patch-1
[ci skip] Grammar correction in database configuration guide
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index 8026be63a..e231a7d6a 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -7,7 +7,7 @@ connection values (username, password, database name, etc.). The config file is located at application/config/database.php. You can also set database connection values for specific :doc:`environments <../libraries/config>` by placing **database.php** -it the respective environment config folder. +in the respective environment config folder. The config settings are stored in a multi-dimensional array with this prototype:: |