Skip to content

Commit 44c7c26

Browse files
Update part1d.md
The word "Handles" is capitalized and it stands after the word "Button" which is inside the <i> tags. This makes they seem like there is no space between them ("ButtonHandles"). It might create confusion about the naming of the component, when sentence should be like this: "Button handles the functionality of each feedback submission button".
1 parent 26bd4b0 commit 44c7c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ 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> Handles the functionality of each feedback submission button.
1242+
- <i>Button</i> handles the functionality of each feedback submission button.
12431243

12441244
- <i>StatisticLine</i> for displaying a single statistic, e.g. the average score.
12451245

0 commit comments

Comments
 (0)