From 74211739fedae4035c7da1fc626a3c07c0d9d024 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 30 Mar 2019 10:58:00 +0000 Subject: [PATCH] Docs: Fix typos in `site_status_tests` filter DocBlock. Props kraftbj. Fixes #46727. git-svn-id: https://develop.svn.wordpress.org/trunk@45073 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-site-health.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php index d7e9f82f08..2da611c67f 100644 --- a/src/wp-admin/includes/class-wp-site-health.php +++ b/src/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. *