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, ],