Skip to content

Commit 9589911

Browse files
authored
chore(docs): Fix code highlighting in part 6 (#32900)
1 parent 568d4ce commit 9589911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/tutorial/part-6/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ When Gatsby builds the pages for your site, it creates routes based on the folde
182182
* `src/pages/index.js` still lives at the `/` route.
183183
* `src/pages/blog/index.js` lives at the `/blog` route.
184184
* `src/pages/blog/{mdx.slug}.js` gets turned into multiple routes - one for each MDX node in the data layer.
185-
* Gatsby uses the MDX node with slug `my-first-post` to build a page that lives at the `blog/my-first-post route`.
186-
* Gatsby uses the MDX node with slug `another-post` to build a page that lives at the `blog/another-post route`.
187-
* Gatsby uses the MDX node with slug `yet-another-post` to build a page that lives at the `blog/yet-another-post route`.
185+
* Gatsby uses the MDX node with slug `my-first-post` to build a page that lives at the `blog/my-first-post` route.
186+
* Gatsby uses the MDX node with slug `another-post` to build a page that lives at the `blog/another-post` route.
187+
* Gatsby uses the MDX node with slug `yet-another-post` to build a page that lives at the `blog/yet-another-post` route.
188188

189189
</Collapsible>
190190

0 commit comments

Comments
 (0)