From ae21da77119b51702d47007cc4837787c08190fb Mon Sep 17 00:00:00 2001 From: Alex Yong Date: Wed, 6 Aug 2025 22:03:19 -0400 Subject: [PATCH] adding clarification for deno script in codespaces. Signed-off-by: Alex Yong --- docs/src/content/docs/contributing/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/contributing/setup.mdx b/docs/src/content/docs/contributing/setup.mdx index 88569a16..98b64492 100644 --- a/docs/src/content/docs/contributing/setup.mdx +++ b/docs/src/content/docs/contributing/setup.mdx @@ -11,7 +11,7 @@ If you want to compile the app for yourself, you can also follow these guideline :::danger It may be tempting to skip some of these steps, but make sure you follow them to ensure that your development environment is set up correctly. -Note: If you are doing this in Github Codespaces, steps 1-10 will be done for you. +Note: If you are doing this in Github Codespaces, steps 1-10 (except 7) will be done for you. ::: import { Tabs, TabItem, Steps } from "@astrojs/starlight/components"