From 83e2139f5ca134d6061d6e84c2e1349151e029dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 27 Feb 2026 21:41:11 +0100 Subject: [PATCH] Fix typo in error message for exception --- app/Services/Ploi/Resources/Site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/Ploi/Resources/Site.php b/app/Services/Ploi/Resources/Site.php index 34a1cab..c3e39c1 100644 --- a/app/Services/Ploi/Resources/Site.php +++ b/app/Services/Ploi/Resources/Site.php @@ -110,7 +110,7 @@ public function create( } catch (Throwable $exception) { } - throw new Exception($response->getJson()->error ?? 'Unknown error has occured'); + throw new Exception($response->getJson()->error ?? 'Unknown error has occurred'); } // Set the id of the site