Skip to content

Commit

Permalink
chore: update saxes.ts (#10867)
Browse files Browse the repository at this point in the history
intially -> initially
  • Loading branch information
eltociear authored Sep 6, 2024
1 parent 2b4d867 commit 48811f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/office-viewer/src/util/saxes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 48811f3

Please sign in to comment.