We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c480db8 commit cbc72c1Copy full SHA for cbc72c1
src/error.ts
@@ -46,8 +46,8 @@ export function createError (input: Partial<H3Error>): H3Error {
46
}
47
48
/**
49
- * Recieve an error and return the corresponding response.<br>
50
- * H3 internally uses this fucntion to handle unhandled errors.<br>
+ * Receive an error and return the corresponding response.<br>
+ * H3 internally uses this function to handle unhandled errors.<br>
51
* Note that calling this function will close the connection and no other data will be sent to client afterwards.
52
*
53
* @param res {ServerResponse} The ServerResponse object is passed as the second parameter in the handler function
0 commit comments