From 881929b9b39fe02ee4f8d573fca5a4a8d329145d Mon Sep 17 00:00:00 2001 From: Akeda Bagus Date: Sat, 29 Apr 2017 13:52:14 +0700 Subject: [PATCH] Fix small typo in the docblock. --- includes/class-wc-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index e9cc95301f8..2a0bed60b79 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -110,7 +110,7 @@ class WC_Install { /** * Check WooCommerce version and run the updater is required. * - * This check is done on all requests and runs if he versions do not match. + * This check is done on all requests and runs if the versions do not match. */ public static function check_version() { if ( ! defined( 'IFRAME_REQUEST' ) && get_option( 'woocommerce_version' ) !== WC()->version ) {