Skip to content

Commit

Permalink
Change code highlights to the correct lines (#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
fucata55 authored and pieh committed Jun 6, 2018
1 parent 44ad96d commit a7adf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ directory. But, if it's used only in one file, create it inline.

Modify `about-css-modules.js` so it looks like the following:

```jsx{6-17,23-30}
```jsx{7-18,24-30}
import React from "react";
import styles from "./about-css-modules.module.css";
console.log(styles);
Expand Down

0 comments on commit a7adf89

Please sign in to comment.