Skip to content

Commit 5102565

Browse files
authored
Fixup generated config documentation (element-hq#18568)
Somehow its got out of sync, picked up by CI on develop.
1 parent 33e0c25 commit 5102565

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/18568.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in user type documentation.

docs/usage/configuration/config_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ This setting has the following sub-options:
770770

771771
* `default_user_type` (string|null): The default user type to use for registering new users when no value has been specified. Defaults to none. Defaults to `null`.
772772

773-
* `extra_user_types` (list): Array of additional user types to allow. These are treated as real users. Defaults to `[]`.
773+
* `extra_user_types` (array): Array of additional user types to allow. These are treated as real users. Defaults to `[]`.
774774

775775
Example configuration:
776776
```yaml

0 commit comments

Comments
 (0)