Skip to content

Commit

Permalink
More typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Dec 18, 2023
1 parent 63169ba commit 771666e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const singleOccurrenceScenarios: Scenario[] = [
},
];

const multipleOccurranceScenarios: Scenario[] = [
const multipleOccurrenceScenarios: Scenario[] = [
{
title: 'Before Shop Loop Item Title',
dataTestId: 'woocommerce_before_shop_loop_item_title',
Expand Down Expand Up @@ -123,7 +123,7 @@ test.describe( 'Compatibility Layer with Product Collection block', () => {
} );
}

for ( const scenario of multipleOccurranceScenarios ) {
for ( const scenario of multipleOccurrenceScenarios ) {
test( `${ scenario.title } is attached to the page`, async ( {
pageObject,
} ) => {
Expand Down

0 comments on commit 771666e

Please sign in to comment.