Fix 'closung' typo

This commit is contained in:
Matthijs van der Vleuten 2023-05-09 11:33:29 +02:00 committed by davidodenwald
parent 1aec2a655e
commit c854cfd82d
2 changed files with 2 additions and 2 deletions

View file

@ -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}".`
); );
} }
} }

View file

@ -1 +1 @@
Error('Closung statement "endif" doesn't match Opening Statement "for item in seq".') Error('Closing statement "endif" doesn't match Opening Statement "for item in seq".')