Skip to content

Commit 922a3e3

Browse files
authored
Merge pull request #4033 from meeroslaph/patch-6
Use "asterisk" instead of "star" for consistency across the course
2 parents 08ef5cb + e014e8b commit 922a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ const delete = (id) => {
745745
746746
<h4>2.15*: The Phonebook step 10</h4>
747747
748-
<i>Why is there a star in the exercise? See [here](/en/part0/general_info#taking-the-course) for the explanation.</i>
748+
<i>Why is there an asterisk in the exercise? See [here](/en/part0/general_info#taking-the-course) for the explanation.</i>
749749
750750
Change the functionality so that if a number is added to an already existing user, the new number will replace the old number. It's recommended to use the HTTP PUT method for updating the phone number.
751751

0 commit comments

Comments
 (0)