Merge pull request #14798 from woocommerce/fix/typo

Fix small typo in the docblock.
This commit is contained in:
Claudio Sanches 2017-05-02 18:38:46 -03:00 committed by GitHub
commit 6ac86952bb
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {