Skip to content

Commit

Permalink
I guess I found the wrong word...
Browse files Browse the repository at this point in the history
I think line 308's `src/pages/my-files.js` is wrong.
It should be `src/pages/index.js` isn't it?
  • Loading branch information
march23hare authored Apr 23, 2018
1 parent 408d76e commit 46b4d9c
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 @@ -305,7 +305,7 @@ Sweet!

The last step is to link to our new pages from the index page.

Return to `src/pages/my-files.js` and let's query for our Markdown slugs and create
Return to `src/pages/index.js` and let's query for our Markdown slugs and create
links.

```jsx{3,18-19,29,47-49}
Expand Down

0 comments on commit 46b4d9c

Please sign in to comment.