From f0bf6ab15c5efc1e18a7e115cfbf4409e6a725d7 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Wed, 24 Jan 2024 11:41:30 -0300 Subject: [PATCH] fix typo (#58193) --- .../fonts/font-library/class-wp-font-family-utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/experimental/fonts/font-library/class-wp-font-family-utils.php b/lib/experimental/fonts/font-library/class-wp-font-family-utils.php index 71a3bb262e6005..b291a8f1ee348d 100644 --- a/lib/experimental/fonts/font-library/class-wp-font-family-utils.php +++ b/lib/experimental/fonts/font-library/class-wp-font-family-utils.php @@ -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 );