diff --git src/wp-admin/includes/class-wp-site-health.php src/wp-admin/includes/class-wp-site-health.php
index d7e9f82f08..2da611c67f 100644
|
|
class WP_Site_Health { |
1751 | 1751 | * @since 5.2.0 |
1752 | 1752 | * |
1753 | 1753 | * @param array $test_type { |
1754 | | * An associative arraay, where the `$test_type` is either `direct` or |
| 1754 | * An associative array, where the `$test_type` is either `direct` or |
1755 | 1755 | * `async`, to declare if the test should run via AJAX calls after page load. |
1756 | 1756 | * |
1757 | 1757 | * @type array $identifier { |
1758 | | * `$identifier` should be a unque identifier for the test that should run. |
| 1758 | * `$identifier` should be a unique identifier for the test that should run. |
1759 | 1759 | * Plugins and themes are encouraged to prefix test identifiers with their slug |
1760 | 1760 | * to avoid any collisions between tests. |
1761 | 1761 | * |