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"