Skip to content

Commit 956fdca

Browse files
BioPhotonCopilot
andauthored
Update packages/utils/src/lib/errors.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6b200cc commit 956fdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function stringifyError(
3232
}
3333

3434
/**
35-
* Extend an error with a new mamessage and keeps the original as cause.
35+
* Extends an error with a new message and keeps the original as the cause.
3636
* @param error - The error to extend
3737
* @param message - The new message to add to the error
3838
* @returns A new error with the extended message and the original as cause

0 commit comments

Comments
 (0)