Skip to content

Commit aa3d421

Browse files
authored
Merge pull request #2370 from micpob/patch-10
Update sentence
2 parents 03a548a + ba5ea8f commit aa3d421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ $ docker run -p 3000:3000 -v "$(pwd):/usr/src/app/" hello-front-dev
218218

219219
Now we can edit the file <i>src/App.js</i>, and the changes should be hot-loaded to the browser!
220220

221-
Note that it takes some time (for me it took 50 seconds!) for the frontend to started with _npm start_ in the development mode. The frontend is has started when the following appears in the container log:
221+
Note that it takes some time (for me it took 50 seconds!) for the frontend to get started with _npm start_ in the development mode. The frontend has started when the following appears in the container log:
222222

223223
```bash
224224
You can now view hello-frontend in the browser.

0 commit comments

Comments
 (0)