Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Aug 6, 2024
1 parent ae72fc5 commit ae45da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WireUseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ae45da4

Please sign in to comment.