Skip to content

Commit

Permalink
docs(ui): fix typo in tracking section
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed May 20, 2024
1 parent bad6c39 commit 2e606a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ class CustomEventDispatcher implements EventDispatcher<UserActionEvent | SdkActi
eventName: string,
eventDetails: UserActionEvent | SdkActionEvent
): Promise<void> {
console.log(`Event: ${event}, data: ${data}`);
console.log(`Event: ${eventName}, details:`, eventDetails);
}
}

Expand Down

0 comments on commit 2e606a9

Please sign in to comment.