chore: typo fix

Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com>
This commit is contained in:
nkh0472 2025-04-26 17:06:29 +08:00 committed by GitHub
parent 300a24b1f7
commit 8302a6a2d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ class JatsDocumentBackend(DeclarativeDocumentBackend):
super().__init__(in_doc, path_or_stream) super().__init__(in_doc, path_or_stream)
self.path_or_stream = path_or_stream self.path_or_stream = path_or_stream
# Initialize the root of the document hiearchy # Initialize the root of the document hierarchy
self.root: Optional[NodeItem] = None self.root: Optional[NodeItem] = None
self.valid = False self.valid = False