Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Jun 18, 2024
1 parent 08c4680 commit b2ae38b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static SummaryAndDescription build(final Action action) {
if (action.getLoaLevel() != null) {
description
.append("\n")
.append("Note: the user has requested a higher LOA level then default, ")
.append("Note: the user has requested a higher LOA level than default, ")
.append(action.getLoaLevel())
.append("\n");
}
Expand Down

0 comments on commit b2ae38b

Please sign in to comment.