Skip to content

Commit 1d0d61d

Browse files
fix(tutorial): update the highlighting color for added code (#11077)
Closes #11039 Co-authored-by: Yan <[email protected]>
1 parent 176ecb8 commit 1d0d61d

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/en/tutorial/5-astro-api

1 file changed

+1
-1
lines changed

src/content/docs/en/tutorial/5-astro-api/2.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can create entire sets of pages dynamically using `.astro` files that export
6565

6666
Be sure to give each route in your array the new props, and then make those props available to your component template outside of your function.
6767

68-
```astro title="src/pages/tags/[tag].astro" ins={5,18} "props: {posts: allPosts}"
68+
```astro title="src/pages/tags/[tag].astro" ins={5,18} ins="props: {posts: allPosts}"
6969
---
7070
import BaseLayout from '../../layouts/BaseLayout.astro';
7171

0 commit comments

Comments
 (0)