diff --git a/src/content/docs/v4/reference/config.mdx b/src/content/docs/v4/reference/config.mdx index 303b02f33..97758f764 100644 --- a/src/content/docs/v4/reference/config.mdx +++ b/src/content/docs/v4/reference/config.mdx @@ -32,7 +32,8 @@ import { FileTree } from '@astrojs/starlight/components'; ```js title='src/config.js' export const commands = './dist/commands' ``` -:::tip `commands` also supports an array of folders! +:::tip +`commands` also supports an array of folders! ```js title='src/config.js' export const commands = ['./dist/commands', './dist/components'] ```