Skip to content

Commit

Permalink
Fix typo in event-stream comment (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: matthewlparker <matthewleonparker@outlook.com>
  • Loading branch information
matthewlparker and matthewlparker committed Aug 2, 2023
1 parent 802b603 commit a2324ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/event-stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface InitFunction {
}

/**
* A response holper to use Server Sent Events server-side
* A response helper to use Server Sent Events server-side
* @param signal The AbortSignal used to close the stream
* @param init The function that will be called to initialize the stream, here you can subscribe to your events
* @returns A Response object that can be returned from a loader
Expand Down

0 comments on commit a2324ac

Please sign in to comment.