Skip to content

Commit

Permalink
Fix typo "wether" should be "whether"
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Oct 5, 2024
1 parent 09a6560 commit c91ee1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/php/includes/core/classes/class-test-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ public function test_extend(): void {
);
$this->assertTrue(
$instance->extend( true, $meta_key, $meta ),
'Failed to assert the method accepts wether to "skip" saving the current post meta, independent from the data to save.'
'Failed to assert the method accepts whether to "skip" saving the current post meta, independent from the data to save.'
);
$this->assertFalse(
$instance->extend( false, $meta_key, $meta ),
'Failed to assert the method accepts wether to "skip" saving the current post meta, independent from the data to save.'
'Failed to assert the method accepts whether to "skip" saving the current post meta, independent from the data to save.'
);

$skip = false;
Expand Down

0 comments on commit c91ee1f

Please sign in to comment.