Skip to content

Commit ff09aba

Browse files
authored
Merge pull request #2473 from Eutrius/patch-1
Update part2d.md
2 parents 55154c7 + 19b59f5 commit ff09aba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/2/en/part2d.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -715,17 +715,17 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
715715
716716
<h3>Exercises 2.12.-2.15.</h3>
717717
718-
<h4>2.12: Phonebook step7</h4>
718+
<h4>2.12: The Phonebook step7</h4>
719719
720720
Let's return to our phonebook application.
721721
722722
Currently, the numbers that are added to the phonebook are not saved to a backend server. Fix this situation.
723723
724-
<h4>2.13: Phonebook step8</h4>
724+
<h4>2.13: The Phonebook step8</h4>
725725
726726
Extract the code that handles the communication with the backend into its own module by following the example shown earlier in this part of the course material.
727727
728-
<h4>2.14: Phonebook step9</h4>
728+
<h4>2.14: The Phonebook step9</h4>
729729
730730
Make it possible for users to delete entries from the phonebook. The deletion can be done through a dedicated button for each person in the phonebook list. You can confirm the action from the user by using the [window.confirm](https://developer.mozilla.org/en-US/docs/Web/API/Window/confirm) method:
731731
@@ -744,7 +744,7 @@ const delete = (id) => {
744744
}
745745
```
746746
747-
<h4>2.15*: Phonebook step10</h4>
747+
<h4>2.15*: The Phonebook step10</h4>
748748
749749
<i>Why is there a star in the exercise? See [here](/en/part0/general_info#taking-the-course) for the explanation.</i>
750750

0 commit comments

Comments
 (0)