diff options
author | Stefano Probst <senden9@gmail.com> | 2017-01-18 16:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-18 16:39:44 +0100 |
commit | 9df58081d6bb49fac9a4d866618a5a300155816e (patch) | |
tree | d61492ad6f2c61272b1192e21402f7166ce46e66 /config | |
parent | 29d2ca59912f1de1d9b76eb05941e52bd8c8a88a (diff) | |
download | nextcloud-server-9df58081d6bb49fac9a4d866618a5a300155816e.tar.gz nextcloud-server-9df58081d6bb49fac9a4d866618a5a300155816e.zip |
Fix style in comment
Add missing grave accent to fix the highlighting in the documentation.
Diffstat (limited to 'config')
-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 a9bb0067e5b..31604d1e5e5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -538,7 +538,7 @@ $CONFIG = array( * * Supported values: * - ``daily`` - * - ``beta` + * - ``beta`` * - ``stable`` * - ``production`` */ |