diff --git a/docs/settings.md b/docs/settings.md index 4222c86e06..b8a575ff5a 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -75,13 +75,17 @@ instance, the component which allows changing the setting may be hidden conditio Where possible, the `SettingsFlag` component should be used to set simple "flip-a-bit" (true/false) settings. The `SettingsFlag` also supports simple radio button options, such as the theme the user would like to use. -```html - +```TSX + ``` ### Getting the display name for a setting