Skip to content

Commit df9c63a

Browse files
committed
docs: add period
1 parent 15b3ff3 commit df9c63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Explanation of Values:
125125
**pConnect** true/false (boolean) - Whether to use a persistent connection.
126126
**DBDebug** true/false (boolean) - Whether to throw exceptions or not when database errors occur.
127127
**charset** The character set used in communicating with the database.
128-
**DBCollat** The character collation used in communicating with the database (``MySQLi`` only)
128+
**DBCollat** The character collation used in communicating with the database (``MySQLi`` only).
129129
**swapPre** A default table prefix that should be swapped with ``DBPrefix``. This is useful for distributed
130130
applications where you might run manually written queries, and need the prefix to still be
131131
customizable by the end user.

0 commit comments

Comments
 (0)