From 48811f335facb747b01162ce20d2484af3f82b12 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 6 Sep 2024 11:38:09 +0900 Subject: [PATCH] chore: update saxes.ts (#10867) intially -> initially --- packages/office-viewer/src/util/saxes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/office-viewer/src/util/saxes.ts b/packages/office-viewer/src/util/saxes.ts index e8da29e42..726d02a2e 100644 --- a/packages/office-viewer/src/util/saxes.ts +++ b/packages/office-viewer/src/util/saxes.ts @@ -827,7 +827,7 @@ export class SaxesParser { 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;