Skip to content

Commit 8fce220

Browse files
Update crates/cli/src/diagnostics/diagnose.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent aad47a8 commit 8fce220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/diagnostics/diagnose.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl Diagnose {
2424
let path = format!("{}:{}:{}", Path::new(&self.definition.path).display(), 1, 1);
2525
match &self.kind {
2626
DeserializationError { description } => error(
27-
format!("A JSON paring error occurred: `{}`", description),
27+
format!("A JSON parsing error occurred: `{}`", description),
2828
&path,
2929
),
3030
DuplicateDataTypeIdentifier { identifier } => error(

0 commit comments

Comments
 (0)