diff options
author | Craig Johnson <craigdanj@gmail.com> | 2015-11-12 19:14:17 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-11-16 15:19:25 +0100 |
commit | b3847796666c8466dcfafaddbda1f13b4acf605e (patch) | |
tree | 6e6d9a331e27ccdfbe2740b4ca0511433d90ed71 | |
parent | 9e2c7b9dd7e87a94c5a3696bc326cbbec5da7bb8 (diff) |
Grammar correction in database configuration guide
"it" changed to "in" on line 10. "in" seems like the correct word to be used there. Small change.
-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:: |