From ae45da45b312ccadaa339421a7c0bfda5ada911f Mon Sep 17 00:00:00 2001 From: francoism90 Date: Tue, 6 Aug 2024 12:56:52 +0200 Subject: [PATCH] fix spelling --- src/WireUseServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WireUseServiceProvider.php b/src/WireUseServiceProvider.php index 004df4a..4b587c5 100644 --- a/src/WireUseServiceProvider.php +++ b/src/WireUseServiceProvider.php @@ -57,7 +57,7 @@ protected function registerMixins(): static protected function registerStructureDiscovery(): static { if (! InstalledVersions::isInstalled('spatie/php-structure-discoverer')) { - abort(500, 'The spatie/php-structure-discoverer package is required to use the Strucute Scout.'); + abort(500, 'The spatie/php-structure-discoverer package is required to use the Structure Discovery.'); } $this->app->singleton(ComponentScout::class, fn () => new ComponentScout);