Skip to content

Commit a45ca78

Browse files
minsoo0715yeonjuan
andauthored
Apply suggestions from review
Co-authored-by: YeonJuan <yeonjuan93@naver.com>
1 parent 787901b commit a45ca78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/documentation/ko/release-notes/TypeScript 4.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ person.on("firstNameChanged", () => {
114114

115115

116116

117+
117118
```ts twslash
118119
type PropEventSource<T> = {
119120
on(eventName: `${string & keyof T}Changed`, callback: () => void): void;

0 commit comments

Comments
 (0)