From 52bc661b18670708977de1e72ac1f0bbd1449a19 Mon Sep 17 00:00:00 2001 From: Guruprasath Date: Tue, 3 Sep 2024 15:29:19 +0800 Subject: [PATCH] Update part9d.md Due to the addition of a new exercise 9.14 ( at part9C ) , this reference is outdated. The exercises that this refers to should be now 9.15 ( where a new react app is created ) --- src/content/9/en/part9d.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/9/en/part9d.md b/src/content/9/en/part9d.md index 480108f91d..1cf8b1d878 100644 --- a/src/content/9/en/part9d.md +++ b/src/content/9/en/part9d.md @@ -481,7 +481,7 @@ which tells us that we are using a variable somewhere where it should never be u #### 9.16 -Let us now continue extending the app created in exercise 9.14. First, add the type information and replace the variable *courseParts* with the one from the example below. +Let us now continue extending the app created in exercise 9.15. First, add the type information and replace the variable *courseParts* with the one from the example below. ```js interface CoursePartBase {