From 15fa41efeb7d56977ebd6a0f9e729c84aebf3aa7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 4 Sep 2024 00:49:38 +0900 Subject: [PATCH] chore: update saxes.ts 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 e8da29e424c..726d02a2e2f 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;