Skip to content

Commit 9144c80

Browse files
committed
fixup! chore: cleanup package and dependencies, add null checks, bump build target
1 parent e4ff39c commit 9144c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/formatter/codeframeFormatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function createCodeframeFormatter(options: any) {
3131
if (source) {
3232
frame = codeFrame(
3333
source,
34-
message.line!, // Assetions: `codeFrame` allows passing undefined, typings are incorrect
34+
message.line!, // Assertion: `codeFrame` allows passing undefined, typings are incorrect
3535
message.character!,
3636
Object.assign({}, options || {}, { highlightCode: useColors })
3737
)

0 commit comments

Comments
 (0)