From 49d5ec433aa51dbb436fe61f76fb6f3cf150c5ef Mon Sep 17 00:00:00 2001 From: David Marr <44376+marr@users.noreply.github.com> Date: Wed, 19 Sep 2018 05:44:32 -0700 Subject: [PATCH] Fix typo (#8308) Correct line numbers for tutorial seven example --- docs/tutorial/part-seven/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/part-seven/index.md b/docs/tutorial/part-seven/index.md index 50fe8bcf78139..d382c9f42d59e 100644 --- a/docs/tutorial/part-seven/index.md +++ b/docs/tutorial/part-seven/index.md @@ -329,7 +329,7 @@ The last step is to link to your new pages from the index page. Return to `src/pages/index.js` and let's query for your markdown slugs and create links. -```jsx{3,23-29,45,64-66} +```jsx{3,22-28,44,63-65} import React from "react" import { css } from "react-emotion" import { Link, graphql } from "gatsby"