diff --git a/wp-includes/js/customize-selective-refresh.js b/wp-includes/js/customize-selective-refresh.js index a3d71f76d1..ca72b53187 100644 --- a/wp-includes/js/customize-selective-refresh.js +++ b/wp-includes/js/customize-selective-refresh.js @@ -245,7 +245,7 @@ wp.customize.selectiveRefresh = ( function( $, api ) { }, /** - * Find all placements for this partial int he document. + * Find all placements for this partial in the document. * * @since 4.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 46dd9be112..43dceae215 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42753'; +$wp_version = '5.0-alpha-42754'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.