Merge pull request #50082 from nextcloud/jtr/typo-accessibility-config-sample

fix: Correct typo in accessibility toggle in config.sample.php
pull/49016/head
Andy Scherzinger 1 year ago committed by GitHub
commit d69f2bcb12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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``
*/

Loading…
Cancel
Save