Skip to content

Commit

Permalink
[v2][tut. pt. 4] No semi (gatsbyjs#5449)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryandi Tjia authored and m-allanson committed May 17, 2018
1 parent 4d4bfc1 commit d35886b
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 @@ -173,7 +173,7 @@ import kirkhamTheme from "typography-theme-kirkham"
const typography = new Typography(kirkhamTheme)
export default typography
export const rhythm = typography.rhythm;
export const rhythm = typography.rhythm
```
`gatsby-config.js` (must be in the root of your project, not under src)
Expand Down

0 comments on commit d35886b

Please sign in to comment.