Update tutorial.md (#2115)

changed 'any React apps' to 'any React app'
This commit is contained in:
SR
2019-07-01 12:08:56 -07:00
committed by Alex Krolick
parent 18f662ce41
commit ed9d73105a

View File

@@ -16,7 +16,7 @@ This tutorial doesn't assume any existing React knowledge.
## Before We Start the Tutorial {#before-we-start-the-tutorial}
We will build a small game during this tutorial. **You might be tempted to skip it because you're not building games -- but give it a chance.** The techniques you'll learn in the tutorial are fundamental to building any React apps, and mastering it will give you a deep understanding of React.
We will build a small game during this tutorial. **You might be tempted to skip it because you're not building games -- but give it a chance.** The techniques you'll learn in the tutorial are fundamental to building any React app, and mastering it will give you a deep understanding of React.
>Tip
>