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
path: root/config
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-08 12:34:47 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-08 12:34:47 +0300
commit3afad7fe407ad6c5ef772d0e89f3f3cc06111a36 (patch)
tree4d996e44cd9dc3d316740c9f1fe99ec603081a8d /config
parent0aa5ddff13aa2ad39fc3e5114bdf4d554aaff200 (diff)
Fix docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config')
-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 c0e897a8451..aa0be98d8f7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1238,7 +1238,7 @@ $CONFIG = array(
* and MySQL can handle 4 byte characters instead of 3 byte characters.
*
* If you want to convert an existing 3-byte setup into a 4-byte setup please
- * set the parameters in MySQL as mentioned below run the migration command:
+ * set the parameters in MySQL as mentioned below and run the migration command:
* ./occ db:convert-mysql-charset
* The config setting will be set automatically after a successful run.
*