Skip to content

Commit

Permalink
Merge pull request #8118 from kenjis/fix-FilterCheck-typo
Browse files Browse the repository at this point in the history
fix: typo in help message in `spark filter:check`
  • Loading branch information
kenjis authored Oct 29, 2023
2 parents dd73604 + 1a921c9 commit ab7d167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Commands/Utilities/FilterCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FilterCheck extends BaseCommand
*/
protected $arguments = [
'method' => 'The HTTP method. get, post, put, etc.',
'route' => 'The route (URI path) to check filtes.',
'route' => 'The route (URI path) to check filters.',
];

/**
Expand Down

0 comments on commit ab7d167

Please sign in to comment.