diff --git a/website/docs/markdown-features.mdx b/website/docs/markdown-features.mdx index bbf3b350d90fd..8b8d2f758e3bf 100644 --- a/website/docs/markdown-features.mdx +++ b/website/docs/markdown-features.mdx @@ -307,8 +307,9 @@ function MyComponent(props) { export default MyComponent; ``` -### Code Title -You can add title to code block by addding `title` key after the language meta string (leave a space after the language). +### Code title + +You can add title to code block by adding `title` key after the language (leave a space between them). ```jsx title="src/components/HelloCodeTitle.js" function HelloCodeTitle(props) {