diff --git a/changelog/overview.mdx b/changelog/overview.mdx index 9eeb2d9c0..4dd548518 100644 --- a/changelog/overview.mdx +++ b/changelog/overview.mdx @@ -42,7 +42,7 @@ sayHello(); Code blocks now have a light mode variant which can be enabled by adding the following to your `mint.json`: ```json -"code": { +"codeBlock": { "mode": "auto" } ```