Skip to content

Commit 91c66e7

Browse files
authored
Merge pull request #44 from lindseydiloreto/patch-1
Fixed typo
2 parents 7322dab + 7e74cb9 commit 91c66e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class ArticleFilter implements FilterInterface
128128

129129
public static function check(Event $event, bool $value): bool
130130
{
131-
// Filter basen on whether the entry's type is 'article':
131+
// Filter based on whether the entry's type is 'article':
132132
/** @var Entry $entry */
133133
$entry = $event->sender;
134134
return ($entry->type->handle === 'article') === $value;

0 commit comments

Comments
 (0)