Skip to content

Commit 52bc661

Browse files
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 )
1 parent 57b9bbb commit 52bc661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ which tells us that we are using a variable somewhere where it should never be u
481481
482482
#### 9.16
483483
484-
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.
484+
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.
485485
486486
```js
487487
interface CoursePartBase {

0 commit comments

Comments
 (0)