Skip to content

Commit 110e417

Browse files
committed
Copyediting
1 parent 0deb86a commit 110e417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/landing/Pricing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const Pricing = () => (
8181
<hr />
8282
<li>
8383
Choose between three courses: Intro to GraphQL, Intro to Fullstack
84-
Apollo, and Advanced Dev. All use JavaScript (React & Node).
84+
Apollo, and Advanced Dev. All use JavaScript (React and Node).
8585
</li>
8686
<hr />
8787
<li>

src/components/landing/Topics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const topics = [
1818
icon: faChalkboardTeacher,
1919
title: 'Beginner introduction',
2020
text:
21-
'We start out in Chapter 1 by introducing the basics of GraphQL in contrast to REST. Then in Chapters 2–4 we go through the whole GraphQL specification from its basic building blocks. We also have an extensive Background chapter that covers everything from JSON to databases to server-side rendering.',
21+
'We start out in Chapter 1 by introducing the basics of GraphQL in contrast to REST. Then in Chapters 2–4, we go through the whole GraphQL specification from its basic building blocks. We also have an extensive Background chapter that covers everything from JSON to databases to server-side rendering.',
2222
},
2323
{
2424
icon: faGraduationCap,

0 commit comments

Comments
 (0)