From 302233dd111de8b7acc15b9241f320af838534e9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 1 Apr 2019 20:22:42 +0000 Subject: [PATCH] Docs: Fix typos in `WP_Site_Health` DocBlocks. Props mukesh27. Fixes #46753. git-svn-id: https://develop.svn.wordpress.org/trunk@45093 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-site-health.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/includes/class-wp-site-health.php b/src/wp-admin/includes/class-wp-site-health.php index cc9de5897d..cfcf65e15c 100644 --- a/src/wp-admin/includes/class-wp-site-health.php +++ b/src/wp-admin/includes/class-wp-site-health.php @@ -1195,7 +1195,7 @@ class WP_Site_Health { /** * Test if your site is serving content over HTTPS. * - * Many sites have varying degrees of HTTPS suppoort, the most common of which is sites that have it + * Many sites have varying degrees of HTTPS support, the most common of which is sites that have it * enabled, but only if you visit the right site address. * * @since 5.2.0 @@ -1365,7 +1365,7 @@ class WP_Site_Health { /** * Test if WordPress can run automated background updates. * - * Background updates in WordPress are primarely used for minor releases and security updates. It's important + * Background updates in WordPress are primarily used for minor releases and security updates. It's important * to either have these working, or be aware that they are intentionally disabled for whatever reason. * * @since 5.2.0 @@ -1859,7 +1859,7 @@ class WP_Site_Health { * Run a loopback test on our site. * * Loopbacks are what WordPress uses to communicate with it self to start up WP_Cron, scheduled posts, make - * sure plugin or theme edits dont cause site failures and similar. + * sure plugin or theme edits don't cause site failures and similar. * * @since 5.2.0 *