Skip to content

Commit e852596

Browse files
jiahaogKyleAMathews
authored andcommitted
Fix code highlight in tutorial (#3935)
1 parent 83df955 commit e852596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/part-four/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ The last step is to link to our new pages from the index page.
10191019
Return to `src/pages/index.js` and let's query for our Markdown slugs and create
10201020
links.
10211021
1022-
```jsx{3,18-19,29,46-48}
1022+
```jsx{3,18-19,29,47-49}
10231023
import React from "react";
10241024
import g from "glamorous";
10251025
import Link from "gatsby-link";

0 commit comments

Comments
 (0)