We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ad3e5d + fe9a115 commit 6088374Copy full SHA for 6088374
01 HelloReact/readme.md
@@ -1,8 +1,8 @@
1
# 01 Hello React
2
3
-In this sample we will create our first react component and connect it with the DOM via react-dom.
+In this example we create our first react component and connect it with the DOM via react-dom.
4
5
-We will take a startup point sample _00 Boilerplate_.
+We take a startup point sample _00 Boilerplate_.
6
7
Summary steps:
8
@@ -20,7 +20,7 @@ Install [Node.js and npm](https://nodejs.org/en/) (v8.6.0 or newer) if they are
20
21
## Steps to build it
22
23
-- Copy the content of the `00 Boilerplate` folder to an empty folder for the sample.
+- Copy the content of the `00 Boilerplate` folder to an empty folder for this example.
24
25
- Install the npm packages described in the [./package.json](./package.json) and verify that it works:
26
0 commit comments