Fix 'closung' typo
This commit is contained in:
parent
1aec2a655e
commit
c854cfd82d
2 changed files with 2 additions and 2 deletions
|
@ -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}".`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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".')
|
||||
|
|
Loading…
Reference in a new issue