Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Feb 21, 2020
1 parent 93a09ca commit ad02c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VaporServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected function registerCommands()

$this->app[ConsoleKernel::class]->command('vapor:handle {payload}',function () {
throw new InvalidArgumentException(
'Unknown event type. Please fine a vapor:handle command to handle custom events.'
'Unknown event type. Please create a vapor:handle command to handle custom events.'
);
});

Expand Down

0 comments on commit ad02c4c

Please sign in to comment.