Skip to content

Commit 59e64bb

Browse files
committed
Fix typo
1 parent d7fec7e commit 59e64bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/wrappers/wrapperUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function autoEndTransactionOnResponseEnd(transaction: Transaction, res: ServerRe
2929
}
3030

3131
/**
32-
* Wraps a function that potentially throws. If it does, the error is passed to `captureException` and retrhrown.
32+
* Wraps a function that potentially throws. If it does, the error is passed to `captureException` and rethrown.
3333
*/
3434
export function withErrorInstrumentation<F extends (...args: any[]) => any>(
3535
origFunction: F,

0 commit comments

Comments
 (0)