We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7322dab + 7e74cb9 commit 91c66e7Copy full SHA for 91c66e7
README.md
@@ -128,7 +128,7 @@ class ArticleFilter implements FilterInterface
128
129
public static function check(Event $event, bool $value): bool
130
{
131
- // Filter basen on whether the entry's type is 'article':
+ // Filter based on whether the entry's type is 'article':
132
/** @var Entry $entry */
133
$entry = $event->sender;
134
return ($entry->type->handle === 'article') === $value;
0 commit comments