Update config.sample.php

fix typo
This commit is contained in:
Jens Timmerman 2021-08-29 17:48:54 +02:00 committed by GitHub
parent f7c3674b75
commit 4c9186109b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ $CONFIG = [
* Your host server name, for example ``localhost``, ``hostname``,
* ``hostname.example.com``, or the IP address. To specify a port use
* ``hostname:####``; to specify a Unix socket use
* ``/path/to/directory/containging/socket`` e.g. ``/run/postgresql/``.
* ``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``.
*/
'dbhost' => '',