summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorCraig Johnson <craigdanj@gmail.com>2015-11-12 19:14:17 +0100
committerCraig Johnson <craigdanj@gmail.com>2015-11-12 19:14:17 +0100
commit01fb0d44167196ab0cb5bc0a3f1385204f932992 (patch)
tree86a1fddd57af1cca3e6b836f29e3f82d52f113b9 /user_guide_src
parent035c21accc6831ac6bf64151afcdf80ca68b0367 (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')
-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::