Skip to content

Commit 366a5df

Browse files
authored
make an adjustment to a confusing sentence
"Button for defining the buttons used for submitting feedback" is very confusing. Add a clear sentence that describes goal expect to accomplish.
1 parent 038853c commit 366a5df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/1/en/part1d.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,8 @@ Change your application to display statistics only once feedback has been gather
12391239

12401240
Let's continue refactoring the application. Extract the following two components:
12411241

1242-
- <i>Button</i> for defining the buttons used for submitting feedback
1242+
- <i>Button</i> Handles the functionality of each feedback submission button.
1243+
12431244
- <i>StatisticLine</i> for displaying a single statistic, e.g. the average score.
12441245

12451246
To be clear: the <i>StatisticLine</i> component always displays a single statistic, meaning that the application uses multiple components for rendering all of the statistics:

0 commit comments

Comments
 (0)