Skip to content

Commit

Permalink
EventsSDK: Fix doc comment for searchTerm in EventPayload
Browse files Browse the repository at this point in the history
Fix doc comment for searchTerm in EventPayload
  • Loading branch information
ejaffee01 committed Feb 29, 2024
1 parent 91095d7 commit 31c6c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventPayload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface EventPayload {
/** The identifier of the search experience. */
experienceKey: string;
};
/* The query entered by the user. */
/** The query entered by the user. */
searchTerm?: string;
/** Unique identifier to tie together events in a single browsing session */
sessionId?: string | null;
Expand Down

0 comments on commit 31c6c75

Please sign in to comment.