Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jan 30, 2024
1 parent c58fbe0 commit cf38151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-vite-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export interface HMRRuntimeConnection {
/**
* Send message to the client.
*/
send(messages: string): void
send(message: string): void
/**
* Configure how HMR is handled when this connection triggers an update.
* This method expects that connection will start listening for HMR updates and call this callback when it's received.
Expand Down

0 comments on commit cf38151

Please sign in to comment.