Skip to content

Commit

Permalink
[www] Tutorial: Small wording changes for clarification (#3926)
Browse files Browse the repository at this point in the history
gatsby-config.js needs to be created (before edited). Also, since the user will be changing windows to stop the process it might be useful to remind them where they were before.
  • Loading branch information
yisela authored and fk committed Feb 9, 2018
1 parent 12bdd35 commit 4527a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/part-three/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const typography = new Typography(fairyGateTheme);
export default typography;
```

Then edit 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 = {
Expand Down Expand Up @@ -137,7 +137,7 @@ Stop `gatsby develop` and start it again for the new layout to take effect.
Sweet, the layout is working! Now, our text is centered and constrained to a
column 650 pixels wide, as we specified.

Let's now add our site title:
Let's now add, in the same file, our site title:

```jsx{5}
import React from "react";
Expand Down

0 comments on commit 4527a92

Please sign in to comment.