diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2025-01-08 19:19:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 19:19:09 +0100 |
commit | d69f2bcb12af6afdc11ca8ab4e456d042c5b2c10 (patch) | |
tree | 78a2a5d14f75881db76af7acabdb6387b2c165ef | |
parent | f9b062d4e7385e33b497b9bd49fb2ef486dcdd71 (diff) | |
parent | e0fa2ac4810c4b1fb0017000c288d000dbc7ad51 (diff) | |
download | nextcloud-server-d69f2bcb12af6afdc11ca8ab4e456d042c5b2c10.tar.gz nextcloud-server-d69f2bcb12af6afdc11ca8ab4e456d042c5b2c10.zip |
Merge pull request #50082 from nextcloud/jtr/typo-accessibility-config-sample
fix: Correct typo in accessibility toggle in 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 eeaa9a7ef3d..7f9af26177e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2558,7 +2558,7 @@ $CONFIG = [ 'unified_search.enabled' => false, /** - * Enable features that are do respect accessibility standards yet. + * Enable features that don't respect accessibility standards yet. * * Defaults to ``true`` */ |