Skip to content

Commit

Permalink
Fix typo in issue message
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jul 17, 2022
1 parent 0a90ec2 commit 5725c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo/check/consistency/exception_names.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule Credo.Check.Consistency.ExceptionNames do
message = """
Exception modules should be named consistently.
It seems your strategy is to prefix them with `#{expected}`,
but `#{trigger}` does not follow that convention."
but `#{trigger}` does not follow that convention.
"""

to_one_line(message)
Expand Down

0 comments on commit 5725c8f

Please sign in to comment.