Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Nov 18, 2024
1 parent b3b797a commit 7878722
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ protected function assertNoFilters(Element $page): void
}

/**
* Assert that then given number of filters are applied.
* Assert that the given number of filters are applied.
*
* @param Element $page Mink page object
* @param int $expected Expected filter count
Expand All @@ -163,7 +163,7 @@ protected function assertFilterCount(Element $page, int $expected): void
}

/**
* Assert that then given number of facets are present in the full facet list
* Assert that the given number of facets are present in the full facet list
*
* @param Element $page Mink page object
* @param string $list List type ('count' or 'index')
Expand Down

0 comments on commit 7878722

Please sign in to comment.