File tree Expand file tree Collapse file tree
docs/docs/tutorial/part-6 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments