Fix find & replace error

pull/21833/head
Travis Ralston 2020-08-19 11:52:02 -06:00
parent 4f851542ac
commit 0fef86cc74
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ order of priority, are:
* `room-account` - The current user's account, but only when in a specific room * `room-account` - The current user's account, but only when in a specific room
* `account` - The current user's account * `account` - The current user's account
* `room` - A specific room (setting for all members of the room) * `room` - A specific room (setting for all members of the room)
* `config` - Values are defined by the `settingDefaults` key (usually) in `config.tson` * `config` - Values are defined by the `settingDefaults` key (usually) in `config.json`
* `default` - The hardcoded default for the settings * `default` - The hardcoded default for the settings
Individual settings may control which levels are appropriate for them as part of the defaults. This is often to ensure Individual settings may control which levels are appropriate for them as part of the defaults. This is often to ensure