From 3afad7fe407ad6c5ef772d0e89f3f3cc06111a36 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 8 May 2017 11:34:47 +0200 Subject: [PATCH] Fix docs Signed-off-by: Joas Schilling --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index c0e897a845..aa0be98d8f 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. *