diff --git a/docs/tutorial/part-three/index.md b/docs/tutorial/part-three/index.md index cd1950b95c46e..263bf990ebeec 100644 --- a/docs/tutorial/part-three/index.md +++ b/docs/tutorial/part-three/index.md @@ -37,7 +37,7 @@ const typography = new Typography(fairyGateTheme); export default typography; ``` -Then create as well our site's `gatsby-config.js` at the root of the site: +Then create our site's `gatsby-config.js` at the root of the site, and add the following code to it: ```javascript module.exports = {