Skip to content

Commit

Permalink
Fix typo (gatsbyjs#8308)
Browse files Browse the repository at this point in the history
Correct line numbers for tutorial seven example
  • Loading branch information
marr authored and DSchau committed Sep 19, 2018
1 parent 876f5bf commit 49d5ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-seven/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49d5ec4

Please sign in to comment.