Skip to content

Commit 5ac8131

Browse files
authored
Grammar fix in Part 12.c
Minor Grammar fix in Part 12.c
1 parent d13e9bd commit 5ac8131

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
@@ -629,7 +629,7 @@ Next, the browser starts executing the React app, and all the requests it makes
629629

630630
The frontend container is actually no more accessed beyond the first request that gets the React app source code to the browser.
631631

632-
Set up now your app to work as in the abovefigure. Make sure that the todo-frontend works with todo-backend. It will require changes to the *REACT\_APP\_BACKEND\_URL* environmental variable in the frontend.
632+
Now set up your app to work as depicted in the above figure. Make sure that the todo-frontend works with todo-backend. It will require changes to the *REACT\_APP\_BACKEND\_URL* environmental variable in the frontend.
633633

634634
Make sure that the development environment is now fully functional, that is:
635635
- all features of the todo app work

0 commit comments

Comments
 (0)