Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin3/handlingInvalidSignature' into …
Browse files Browse the repository at this point in the history
…handlingInvalidSignature
  • Loading branch information
adrien-coye committed Aug 16, 2023
2 parents 08dca1c + 7f1812e commit c657170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/API/MailApiError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum MailApiErrorCode {
/// Invalid credentials
static let invalidCredentials = "invalid_credentials"

/// The server does not know bout the identity used in the request
/// The server does not know about the identity used in the request
static let identityNotFound = "identity__not_found"
}

Expand Down

0 comments on commit c657170

Please sign in to comment.