diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-08 11:34:47 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-05-08 11:34:47 +0200 |
commit | 3afad7fe407ad6c5ef772d0e89f3f3cc06111a36 (patch) | |
tree | 4d996e44cd9dc3d316740c9f1fe99ec603081a8d /config/config.sample.php | |
parent | 0aa5ddff13aa2ad39fc3e5114bdf4d554aaff200 (diff) | |
download | nextcloud-server-3afad7fe407ad6c5ef772d0e89f3f3cc06111a36.tar.gz nextcloud-server-3afad7fe407ad6c5ef772d0e89f3f3cc06111a36.zip |
Fix docs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'config/config.sample.php')
-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 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. * |