We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b200cc commit 956fdcaCopy full SHA for 956fdca
packages/utils/src/lib/errors.ts
@@ -32,7 +32,7 @@ export function stringifyError(
32
}
33
34
/**
35
- * Extend an error with a new mamessage and keeps the original as cause.
+ * Extends an error with a new message and keeps the original as the cause.
36
* @param error - The error to extend
37
* @param message - The new message to add to the error
38
* @returns A new error with the extended message and the original as cause
0 commit comments