Skip to content

Commit 552cc22

Browse files
authored
Merge pull request #4133 from shreyareddyedulakanti/patch-4
Update part2a.md
2 parents 1006f0b + 1cc735c commit 552cc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Passing event handlers to the child components of the <i>App</i> component has r
8282

8383
### Rendering Collections
8484

85-
We will now do the 'frontend', or the browser-side application logic, in React for an application that's similar to the example application from [part 0](/en/part0)
85+
Now, we will build the frontend, or the user interface (the part users see in their browser), using React, similar to the example application from [part 0](/en/part0).
8686

8787
Let's start with the following (the file <i>App.jsx</i>):
8888

0 commit comments

Comments
 (0)