diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index e352c86b262..4895b6a7c82 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1548,7 +1548,7 @@ $CONFIG = [ /** * Override where Nextcloud stores temporary files. Useful in situations where * the system temporary directory is on a limited space ramdisk or is otherwise - * restricted, or if external storages which do not support streaming are in + * restricted, or if external storage which do not support streaming are in * use. * * The Web server user must have write access to this directory. @@ -1682,7 +1682,7 @@ $CONFIG = [ /** * Specifies how often the local filesystem (the Nextcloud data/ directory, and * NFS mounts in data/) is checked for changes made outside Nextcloud. This - * does not apply to external storages. + * does not apply to external storage. * * 0 -> Never check the filesystem for outside changes, provides a performance * increase when it's certain that no changes are made directly to the |