Skip to content

Commit 7e0f735

Browse files
authored
Fix grammar
1 parent 7152b33 commit 7e0f735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6677,7 +6677,7 @@ static function () {
66776677
* @dataProvider data_provider_data_provider_to_test_wp_enqueue_img_auto_sizes_contain_css_fix
66786678
*/
66796679
public function test_wp_enqueue_img_auto_sizes_contain_css_fix( ?Closure $set_up, bool $expected, ?string $expected_deprecated = null ): void {
6680-
// These files is created as part of the build process, but the unit tests don't run the build prior to running unit tests on GHA.
6680+
// These files are created as part of the build process, but the unit tests don't run the build prior to running unit tests on GHA.
66816681
self::touch( ABSPATH . WPINC . '/css/dist/block-library/style.css' );
66826682
self::touch( ABSPATH . WPINC . '/css/dist/block-library/common.css' );
66836683

0 commit comments

Comments
 (0)