Skip to content

Commit b95f0f3

Browse files
committed
fix link
1 parent e0f4dde commit b95f0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9f.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ dispatch(setPatientList(patientListFromApi));
371371
372372
### Full entries
373373
374-
In [exercise 9.10](/en/part9/typing_the_express_app#exercises-9-10-9-11) we implemented an endpoint for fetching information about various diagnoses, but we are still not using that endpoint at all.
374+
In [exercise 9.10](/en/part9/typing_an_express_app#exercises-9-10-9-11) we implemented an endpoint for fetching information about various diagnoses, but we are still not using that endpoint at all.
375375
Since we now have a page for viewing a patient's information, it would be nice to expand our data a bit.
376376
Let's add an *Entry* field to our patient data so that a patient's data contains their medical entries, including possible diagnoses.
377377

0 commit comments

Comments
 (0)