Skip to content

Commit 23d312a

Browse files
authored
Merge pull request #2809 from Sagar-Kap/patch-2
Grammar fix in Part 12.c
2 parents 4205ac5 + 5ac8131 commit 23d312a

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)