From 89dd4be9f1b53e90ca1152576ae75bfc45b89aa1 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sun, 14 Aug 2022 17:06:48 +1200 Subject: [PATCH] Update app/config/errors.php Co-authored-by: Eldad A. Fux --- app/config/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/errors.php b/app/config/errors.php index 97f581d759..8129e036df 100644 --- a/app/config/errors.php +++ b/app/config/errors.php @@ -90,7 +90,7 @@ return [ ], Exception::GENERAL_PERMISSION_INVALID => [ 'name' => Exception::GENERAL_PERMISSION_INVALID, - 'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a create permission.', + 'description' => 'The provided permissions are invalid for this resource type. Documents and files cannot contain a `create` permission.', 'code' => 400, ],