Skip to content

Commit

Permalink
Sentence case for comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Oct 20, 2024
1 parent 24a77bc commit 725c506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function test_should_replace_src_file_placeholder() {

$fonts = WP_Font_Face_Resolver::get_fonts_from_style_variations();

// check that the there is no theme relative url in the src list.
// Check that the there is no theme relative url in the src list.
foreach ( $fonts as $family ) {
foreach ( $family as $font ) {
foreach ( $font['src'] as $src ) {
Expand Down

0 comments on commit 725c506

Please sign in to comment.