Skip to content

Commit

Permalink
editoast: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Valais <[email protected]>
  • Loading branch information
leovalais committed Nov 14, 2024
1 parent 69b39a1 commit c57059d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editoast/src/valkey_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ impl ValkeyConnection {
Err(_) => {
return Err(RedisError::from((
ErrorKind::IoError,
"An error occured serializing to json",
"An error occurred serializing to json",
))
.into())
}
Expand All @@ -182,7 +182,7 @@ impl ValkeyConnection {
.map_err(|_| {
RedisError::from((
ErrorKind::IoError,
"An error occured serializing to json",
"An error occurred serializing to json",
))
.into()
})
Expand Down

0 comments on commit c57059d

Please sign in to comment.