summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authorCraig Johnson <craigdanj@gmail.com>2015-11-12 19:14:17 +0100
committerAndrey Andreev <narf@devilix.net>2015-11-16 15:19:25 +0100
commitb3847796666c8466dcfafaddbda1f13b4acf605e (patch)
tree6e6d9a331e27ccdfbe2740b4ca0511433d90ed71 /user_guide_src/source/database
parent9e2c7b9dd7e87a94c5a3696bc326cbbec5da7bb8 (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.
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r--user_guide_src/source/database/configuration.rst2
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::