chore: update saxes.ts (#10867)

intially -> initially
This commit is contained in:
Ikko Eltociear Ashimine 2024-09-06 11:38:09 +09:00 committed by GitHub
parent 2b4d867f1f
commit 48811f335f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -827,7 +827,7 @@ export class SaxesParser<O extends SaxesOptions = {}> {
this.closedRoot =
this.sawRoot =
fragmentOpt;
// An XML declaration is intially possible only when parsing whole
// An XML declaration is initially possible only when parsing whole
// documents.
this.xmlDeclPossible = !fragmentOpt;