Fix 'closung' typo

This commit is contained in:
Matthijs van der Vleuten 2023-05-09 11:33:29 +02:00
parent 1aec2a655e
commit 0800a89c9d

View file

@ -136,7 +136,7 @@ export const parse: Parser<Node>["parse"] = (text) => {
}
throw new Error(
`Closung statement "${statement}" doesn't match Opening Statement "${start.content}".`
`Closing statement "${statement}" doesn't match Opening Statement "${start.content}".`
);
}
}