From 05b5961c16b6597ecf426400059a17f805bd38b1 Mon Sep 17 00:00:00 2001 From: Peter-MJ-Parker <34216187+Peter-MJ-Parker@users.noreply.github.com> Date: Sat, 12 Apr 2025 10:52:01 -0500 Subject: [PATCH] fix tip --- src/content/docs/v4/reference/config.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'] ```