diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index e4bb580765d89..9017a1c82d629 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -347,9 +347,7 @@ Gatsby works out of the box with CSS Modules. Let's build a page using CSS Modules. First, let's create a new `Container` component which we'll use for each of the -CSS-in-JS examples. Create a `container` directory at `src/components` and -then, in this directory, create a file named `index.js` and paste the -following: +CSS-in-JS examples. Create a new directory at `src/components` and then, in this new directory, create a file named `container.js` and paste the following: ```javascript import React from "react";