diff options
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 4c0fe107aea..2a57a2eaf8b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -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' => '', |