Skip to content

Commit 5db4202

Browse files
authored
style: minor typo in src/stacktrace.ts:25 (#3086)
1 parent 76ddf87 commit 5db4202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/stacktrace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface StackFrame {
2121
columnNumber: number;
2222
}
2323

24-
/** Extracts StackFrames fron the Error */
24+
/** Extracts StackFrames from the Error */
2525
export function parse(err: Error): StackFrame[] {
2626
if (!err.stack) {
2727
return [];

0 commit comments

Comments
 (0)