Skip to content

Commit 7225d80

Browse files
razzeeeslorber
andauthored
docs: fix themeConfig.prism.defaultLanguage table api ref docs (#9082)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
1 parent 0b3d5cb commit 7225d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/api/themes/theme-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ Accepted fields:
767767
| --- | --- | --- | --- |
768768
| `theme` | `PrismTheme` | `palenight` | The Prism theme to use for light-theme code blocks. |
769769
| `darkTheme` | `PrismTheme` | `palenight` | The Prism theme to use for dark-theme code blocks. |
770-
| `defaultLanguage` | `string` | `undefined` | The side of the navbar this item should appear on. |
770+
| `defaultLanguage` | `string` | `undefined` | The default language to use for code blocks not declaring any explicit language. |
771771
| `magicComments` | `MagicCommentConfig[]` | _see below_ | The list of [magic comments](../../guides/markdown-features/markdown-features-code-blocks.mdx#custom-magic-comments). |
772772

773773
```mdx-code-block

0 commit comments

Comments
 (0)