Skip to content

Commit

Permalink
fix typo (#58193)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto authored Jan 24, 2024
1 parent 6f269a8 commit f0bf6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public static function get_font_face_slug( $settings ) {
'semi-expanded' => '112.5%',
'expanded' => '125%',
'extra-expanded' => '150%',
'untra-expanded' => '200%',
'ultra-expanded' => '200%',
);
$font_stretch = str_replace( array_keys( $font_stretch_map ), array_values( $font_stretch_map ), $font_stretch );

Expand Down

1 comment on commit f0bf6ab

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in f0bf6ab.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7641827871
📝 Reported issues:

Please sign in to comment.