Skip to content

Commit 72ce7b2

Browse files
committed
fix(typos): fix typo in chapter 12
1 parent 1700c38 commit 72ce7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book-content/chapters/12-the-weird-parts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ playSong(Song);
459459

460460
In this case, TypeScript shows an error when we try to pass the `Song` class itself to the `playSong` function. This is because `Song` is a class, and not an instance of the class.
461461

462-
So, classes exists in both the type and value worlds, and represents an instance of the class when used as a type.
462+
So, classes exist in both the type and value worlds, and represent an instance of the class when used as a type.
463463

464464
### Enums
465465

0 commit comments

Comments
 (0)