diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php index 16efb0aa50..2963aea8e4 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php @@ -11,7 +11,7 @@ * This class is in charge of displaying SVG icons across the site. * * Place each source on its own array key, without adding the - * both `width` and `height` attributes, since these are added dnamically, + * both `width` and `height` attributes, since these are added dynamically, * before rendering the SVG code. * * All icons are assumed to have equal width and height, hence the option diff --git a/wp-includes/version.php b/wp-includes/version.php index 1609822563..112b6fad4a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45298'; +$wp_version = '5.3-alpha-45299'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.