Adding "array" on Database Configuration
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst
index da9cfa2..687f0d9 100644
--- a/user_guide_src/source/database/configuration.rst
+++ b/user_guide_src/source/database/configuration.rst
@@ -114,7 +114,7 @@
 			the connection will take place prior to executing the first query.
 **stricton**		TRUE/FALSE (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL
 			while developing an application.
-**port**		The database port number. To use this value you have to add a line to the database config
+**port**		The database port number. To use this value you have to add a line to the database config array.
 			::
 				$db['default']['port'] =  5432;
 ======================  ==================================================================================================