Skip to content

Commit

Permalink
Merge pull request #2815 from pascalgrimaud/unknown-authentication-sc…
Browse files Browse the repository at this point in the history
…heme-typo

Typo in Unknown Authentication Scheme Exception
  • Loading branch information
pascalgrimaud authored Jul 28, 2022
2 parents 589e55d + f3cf0a4 commit 213462e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package {{packageName}}.account.infrastructure.secondary;
class UnknownAuthenticationSchemeException extends RuntimeException {
public UnknownAuthenticationSchemeException() {
super("Tried to read authentication from an unknown shceme");
super("Tried to read authentication from an unknown scheme");
}
}

0 comments on commit 213462e

Please sign in to comment.