diff --git a/src/content/docs/v3/guide/walkthrough/dependency-injection.mdx b/src/content/docs/v3/guide/walkthrough/dependency-injection.mdx index a0ee5b081..f56fb1bc3 100644 --- a/src/content/docs/v3/guide/walkthrough/dependency-injection.mdx +++ b/src/content/docs/v3/guide/walkthrough/dependency-injection.mdx @@ -42,7 +42,7 @@ import { FileTree } from '@astrojs/starlight/components'; - src/ - index.ts **(your main file and client)** - - dependencies.d.ts **(for intellisense)** + - **dependencies.d.ts** **(for intellisense)** ```ts title="src/index.ts" diff --git a/src/content/docs/v3/guide/walkthrough/first-command.mdx b/src/content/docs/v3/guide/walkthrough/first-command.mdx index 3614729bc..e1847d360 100644 --- a/src/content/docs/v3/guide/walkthrough/first-command.mdx +++ b/src/content/docs/v3/guide/walkthrough/first-command.mdx @@ -18,7 +18,7 @@ import { FileTree } from '@astrojs/starlight/components'; - src/commands/ - - ping.ts **(right here, probably)** + - **ping.ts** **(right here, probably)** - ... diff --git a/src/content/docs/v3/guide/walkthrough/transition.mdx b/src/content/docs/v3/guide/walkthrough/transition.mdx index 4eaa42b94..31ff13914 100644 --- a/src/content/docs/v3/guide/walkthrough/transition.mdx +++ b/src/content/docs/v3/guide/walkthrough/transition.mdx @@ -48,7 +48,7 @@ import { FileTree } from '@astrojs/starlight/components'; - commands/ - events/ - plugins/ - - dependencies.d.ts **(add this)** + - **dependencies.d.ts** **(add this)** - index.ts - .env - .gitignore