Skip to content

Commit 7d7a23c

Browse files
committed
Fix typo in email
1 parent 8495981 commit 7d7a23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/members.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ let members: { [key: string]: MemberInfo } = {
6363
"EstherKang": {
6464
"name": "Esther Kang",
6565
"role": "M.S. Student",
66-
"email": "estheri.kang@kaist.ac.kr",
66+
"email": "esther.kang@kaist.ac.kr",
6767
"research_interests": [
6868
"Human-AI Interaction",
6969
"Conversational Agents"

0 commit comments

Comments
 (0)