diff --git a/src/parser.ts b/src/parser.ts index eb40075..16a756b 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -136,7 +136,7 @@ export const parse: Parser["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}".` ); } }