Skip to content

Commit c1b76f4

Browse files
committed
Fixed linting
1 parent 74bed06 commit c1b76f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/Application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default class Application extends React.Component {
2525
</Highlight>
2626
<p>Choose a highlight.js theme and make sure it's included in your index file.</p>
2727
<Highlight language='html'>
28-
{`<link rel='stylesheet' href='https://highlightjs.org/static/demo/styles/railscasts.css' />`}
28+
{'<link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/railscasts.css" />'}
2929
</Highlight>
3030
<p>And then use react-highlight.js to display your text like so:</p>
3131
<Highlight language='html'>

0 commit comments

Comments
 (0)