Skip to content

Commit

Permalink
docs: fix typo (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
iiio2 authored Nov 7, 2024
1 parent 7324eee commit 77510f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { sanitizeStatusMessage, sanitizeStatusCode } from "./utils/sanitize";
* @property {number} statusCode - An integer indicating the HTTP response status code.
* @property {string} statusMessage - A string representing the HTTP status message.
* @property {boolean} fatal - Indicates if the error is a fatal error.
* @property {boolean} unhandled - Indicates if the error was unhandled and auto captured.
* @property {boolean} unhandled - Indicates if the error was unhandled and auto-captured.
* @property {DataT} data - An extra data that will be included in the response.
* This can be used to pass additional information about the error.
* @property {boolean} internal - Setting this property to `true` will mark the error as an internal error.
Expand Down

0 comments on commit 77510f3

Please sign in to comment.