From bfe2b1ec169d8fb112247478966ba772c130021e Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Tue, 25 Jul 2023 00:03:01 +0900 Subject: Fix typo in getting-started.mdx (#389) --- docs/src/content/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/getting-started.mdx b/docs/src/content/docs/getting-started.mdx index 167f103b..80f50d88 100644 --- a/docs/src/content/docs/getting-started.mdx +++ b/docs/src/content/docs/getting-started.mdx @@ -125,7 +125,7 @@ You can see a full list of the changes made in each release in [the Starlight ch ## Troubleshooting Starlight -Both Starlight [project configuration](/reference/configuration/) and [individual page frontmatter configuration](/reference/frontmatter/) information is available in the Reference section of this site. Use these pages to ensure that your Starlight site is configured and functioning properly. +Both Starlight [project configuration](/reference/configuration/) and [individual page frontmatter configuration](/reference/frontmatter/) information are available in the Reference section of this site. Use these pages to ensure that your Starlight site is configured and functioning properly. See the growing list of guides in the sidebar for help adding content and customizing your Starlight site. -- cgit