fix typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2023-07-21 17:04:15 +02:00
parent 4f6deaa70b
commit 2342edccc1
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pub enum ApiError<'a> {
#[error("unexpected internal error: {0}")]
Internal(#[from] anyhow::Error),
#[error("database returnede error: {0}")]
#[error("database returned error: {0}")]
Database(#[from] sqlx::Error),
#[error("incoming JSON format error: {0}")]