diff --git a/code/addons/themes/docs/api.md b/code/addons/themes/docs/api.md index f04e6658da31..0c8fc32996dd 100644 --- a/code/addons/themes/docs/api.md +++ b/code/addons/themes/docs/api.md @@ -195,13 +195,14 @@ setup((app) => { export const decorators = [ withVuetifyTheme({ - // These keys are the labels that will be displayed in the toolbar theme switcher + // These keys are the labels that will be displayed in the toolbar theme switcher // The values must match the theme keys from your VuetifyOptions themes: { light: 'light', dark: 'dark', - 'high contrast': 'highContrast', + 'high contrast': 'highContrast', }, defaultTheme: 'light', // The key of your default theme }), -];``` +]; +```