Skip to content

Commit

Permalink
fix(jans-cedarling): misspelling in error message
Browse files Browse the repository at this point in the history
Signed-off-by: rmarinn <[email protected]>
  • Loading branch information
rmarinn committed Jan 9, 2025
1 parent 98f99b6 commit 821958b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ where
{
serde_json::from_value::<String>(value).map_err(|e| {
de::Error::custom(format!(
"error while desrializing JSON Value to a String: {e}"
"error while deserializing JSON Value to a String: {e}"
))
})
}
Expand Down

0 comments on commit 821958b

Please sign in to comment.