Skip to content

Commit

Permalink
Fix code highlight in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog committed Feb 9, 2018
1 parent 83df955 commit a4c5607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-four/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ The last step is to link to our new pages from the index page.
Return to `src/pages/index.js` and let's query for our Markdown slugs and create
links.
```jsx{3,18-19,29,46-48}
```jsx{3,18-19,29,47-49}
import React from "react";
import g from "glamorous";
import Link from "gatsby-link";
Expand Down

0 comments on commit a4c5607

Please sign in to comment.