Skip to content

Commit ab7d167

Browse files
authored
Merge pull request #8118 from kenjis/fix-FilterCheck-typo
fix: typo in help message in `spark filter:check`
2 parents dd73604 + 1a921c9 commit ab7d167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Commands/Utilities/FilterCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class FilterCheck extends BaseCommand
5757
*/
5858
protected $arguments = [
5959
'method' => 'The HTTP method. get, post, put, etc.',
60-
'route' => 'The route (URI path) to check filtes.',
60+
'route' => 'The route (URI path) to check filters.',
6161
];
6262

6363
/**

0 commit comments

Comments
 (0)