From e49aaf82ec48fb3e827064e63a323b314c0c50db Mon Sep 17 00:00:00 2001 From: Pascal Schwientek Date: Sat, 25 Oct 2014 20:54:42 +0200 Subject: [PATCH] minor spelling/grammar corrections --- resources/lang/en/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php index 5e91a44e..764f0563 100644 --- a/resources/lang/en/validation.php +++ b/resources/lang/en/validation.php @@ -27,7 +27,7 @@ "string" => "The :attribute must be between :min and :max characters.", "array" => "The :attribute must have between :min and :max items.", ], - "boolean" => "The :attribute field must be true or false", + "boolean" => "The :attribute field must be true or false.", "confirmed" => "The :attribute confirmation does not match.", "date" => "The :attribute is not a valid date.", "date_format" => "The :attribute does not match the format :format.",