Skip to content

Commit 05e8c06

Browse files
authored
Merge pull request #111 from turtuga/patch-3
Minor fix user guide
2 parents 5015f48 + a618d39 commit 05e8c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/connecting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you need to connect to more than one database simultaneously you can
5252
do so as follows::
5353

5454
$db1 = \Config\Database::connect('group_one');
55-
$db = \Config\Database::connect('group_two);
55+
$db = \Config\Database::connect('group_two');
5656

5757
Note: Change the words "group_one" and "group_two" to the specific
5858
group names you are connecting to.

0 commit comments

Comments
 (0)