From 5725c8f04c8864f87e61449e6131e03300c6df4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Sun, 17 Jul 2022 20:11:13 +0200 Subject: [PATCH] Fix typo in issue message --- lib/credo/check/consistency/exception_names.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/credo/check/consistency/exception_names.ex b/lib/credo/check/consistency/exception_names.ex index b0f9704a7..c421ceecf 100644 --- a/lib/credo/check/consistency/exception_names.ex +++ b/lib/credo/check/consistency/exception_names.ex @@ -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)