diff --git a/wp-admin/includes/class-wp-site-health.php b/wp-admin/includes/class-wp-site-health.php index d7e9f82f08..2da611c67f 100644 --- a/wp-admin/includes/class-wp-site-health.php +++ b/wp-admin/includes/class-wp-site-health.php @@ -1751,11 +1751,11 @@ class WP_Site_Health { * @since 5.2.0 * * @param array $test_type { - * An associative arraay, where the `$test_type` is either `direct` or + * An associative array, where the `$test_type` is either `direct` or * `async`, to declare if the test should run via AJAX calls after page load. * * @type array $identifier { - * `$identifier` should be a unque identifier for the test that should run. + * `$identifier` should be a unique identifier for the test that should run. * Plugins and themes are encouraged to prefix test identifiers with their slug * to avoid any collisions between tests. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 0c0e736ef1..be19ed2690 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45072'; +$wp_version = '5.2-beta1-45073'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.