Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Timmerman <github@caret.be>2021-08-29 18:48:54 +0300
committerGitHub <noreply@github.com>2021-08-29 18:48:54 +0300
commit4c9186109bab81c99cc135ef9b8991cf2575ef1b (patch)
tree271dcd1554fd0fe50c2924a662d1d58e37386f3b /config/config.sample.php
parentf7c3674b7571e33a4915ec9a9a3496b9f63288b3 (diff)
Update config.sample.php
fix typo
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php2
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' => '',