summaryrefslogtreecommitdiff
path: root/crates/typst-syntax
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-syntax')
-rw-r--r--crates/typst-syntax/src/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/node.rs b/crates/typst-syntax/src/node.rs
index 9b73dd7f..d9c80a24 100644
--- a/crates/typst-syntax/src/node.rs
+++ b/crates/typst-syntax/src/node.rs
@@ -650,7 +650,7 @@ pub struct SyntaxError {
pub span: Span,
/// The error message.
pub message: EcoString,
- /// Additonal hints to the user, indicating how this error could be avoided
+ /// Additional hints to the user, indicating how this error could be avoided
/// or worked around.
pub hints: EcoVec<EcoString>,
}