Skip to content

Commit 5a30386

Browse files
committed
typo fix in part9d
1 parent 0c06912 commit 5a30386

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
@@ -465,7 +465,7 @@ type CoursePart = CoursePartBasic | CoursePartGroup | CoursePartBackround;
465465
466466
How should we now use these types in our components?
467467
468-
If we try to acess the objects in the array *courseParts: CoursePart[]* we notice that it is possible to only access the attributes that are common to all the types in the union:
468+
If we try to access the objects in the array *courseParts: CoursePart[]* we notice that it is possible to only access the attributes that are common to all the types in the union:
469469
470470
![vscode showing part.exerciseCou](../../images/9/65new.png)
471471

0 commit comments

Comments
 (0)