We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ff39c commit 9144c80Copy full SHA for 9144c80
src/formatter/codeframeFormatter.ts
@@ -31,7 +31,7 @@ export function createCodeframeFormatter(options: any) {
31
if (source) {
32
frame = codeFrame(
33
source,
34
- message.line!, // Assetions: `codeFrame` allows passing undefined, typings are incorrect
+ message.line!, // Assertion: `codeFrame` allows passing undefined, typings are incorrect
35
message.character!,
36
Object.assign({}, options || {}, { highlightCode: useColors })
37
)
0 commit comments