Skip to content

Commit

Permalink
[v2][tut. pt. 2] Single to backticks consistency (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryandi Tjia authored and m-allanson committed May 17, 2018
1 parent d35886b commit ee44dd4
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 @@ -204,7 +204,7 @@ in the middle of the page. To create this, add the following styles to the
import React from "react"
export default () => (
<div style={{ margin: '3rem auto', maxWidth: 600 }}>
<div style={{ margin: `3rem auto`, maxWidth: 600 }}>
<h1>Richard Hamming on Luck</h1>
<div>
<p>
Expand Down

0 comments on commit ee44dd4

Please sign in to comment.