Skip to content

Commit 4ba0ba8

Browse files
committed
Formatting nits
1 parent 438117a commit 4ba0ba8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/tutorial/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ We will build a small game during this tutorial, but the concepts you will learn
2020

2121
The tutorial is divided into several sections:
2222

23-
* [Setup for the Tutorial](#setup-for-the-tutorial) will give you a **starting point** to follow the tutorial.
23+
* [Setup for the Tutorial](#setup-for-the-tutorial) will give you **a starting point** to follow the tutorial.
2424
* [Overview](#overview) will teach you **the fundamentals** of React: components, props, and state.
25-
* [Completing the Game](#completing-the-game) will teach you the **most common techniques** in React development.
26-
* [Adding Time Travel](#adding-time-travel) will give you a **deeper insight** into the unique strengths of React.
25+
* [Completing the Game](#completing-the-game) will teach you **the most common techniques** in React development.
26+
* [Adding Time Travel](#adding-time-travel) will give you **a deeper insight** into the unique strengths of React.
2727

2828
You don't have to complete all of the sections at once to get the value out of this tutorial. Try to get as far as you can -- even if it's one or two sections.
2929

0 commit comments

Comments
 (0)