Skip to content

Commit

Permalink
Adjust inline highlighting
Browse files Browse the repository at this point in the history
The changed code highlighting is slightly off. This should fix it and should highlight the correct chunks of new code for the Glamor example.
  • Loading branch information
Ethan-Arrowood committed Dec 20, 2017
1 parent 49dfdf2 commit 5868f40
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 @@ -546,7 +546,7 @@ export default () => (
Let's add the same inline `User` component but this time using Glamor's `css`
prop.

```jsx{5-26,32-40}
```jsx{5-27,33-40}
import React from "react"
import Container from "../components/container"
Expand Down

0 comments on commit 5868f40

Please sign in to comment.