Fix 'closung' typo
This commit is contained in:
parent
1aec2a655e
commit
0800a89c9d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export const parse: Parser<Node>["parse"] = (text) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`Closung statement "${statement}" doesn't match Opening Statement "${start.content}".`
|
`Closing statement "${statement}" doesn't match Opening Statement "${start.content}".`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue