Skip to content

Commit 333b796

Browse files
authored
Update part2c.md
I've found a legacy "react-app" term, and replaced it with something more fuzzy and warm.
1 parent f071445 commit 333b796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ There is a fine difference in the parameters. <i>axios</i> is installed as a run
257257

258258
Now we are ready to use Axios. Going forward, json-server is assumed to be running on port 3001.
259259

260-
NB: To run json-server and your react app simultaneously, you may need to use two terminal windows. One to keep json-server running and the other to run react-app.
260+
NB: To run json-server and your react app simultaneously, you may need to use two terminal windows. One to keep json-server running and the other to run our React application.
261261

262262
The library can be brought into use the same way other libraries, e.g. React, are, i.e., by using an appropriate <em>import</em> statement.
263263

0 commit comments

Comments
 (0)