Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit ddb2a3f

Browse files
committed
Syntax highlighting fix for single quote in text.
1 parent 833de70 commit ddb2a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Home = () => {
77
<div className="app-content-width">
88
<article>
99
<h2>Home</h2>
10-
<p>Hello people, let's build the React application!</p>
10+
<p>Hello people, let`s build the React application!</p>
1111
</article>
1212
</div>
1313
)

0 commit comments

Comments
 (0)