diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-07-09 10:18:32 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-07-09 10:18:32 +0200 |
commit | 97b3a82581be3a0c98a80d47e7d50951ee26a947 (patch) | |
tree | 74b07b3b25a6f7627f1d9337775ee826ef6ebac9 | |
parent | 751092d6dc38ba91e5eb0a96ba5fbff6456e327e (diff) | |
download | nextcloud-server-97b3a82581be3a0c98a80d47e7d50951ee26a947.tar.gz nextcloud-server-97b3a82581be3a0c98a80d47e7d50951ee26a947.zip |
refine sample config text
-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 c32aff38175..4868ce8fc95 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -794,7 +794,7 @@ $CONFIG = array( */ /** - * The example below shows how to configure ownCloud to store all files in a + * This example shows how to configure ownCloud to store all files in a * swift object storage. * * It is important to note that ownCloud in object store mode will expect |