From add146aee1e19e6e6943135f395379f5578553f6 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 5 Jun 2018 16:04:11 -0300 Subject: [PATCH] Typo --- .../includes/class-wc-beta-tester-admin-menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-beta-tester/includes/class-wc-beta-tester-admin-menus.php b/plugins/woocommerce-beta-tester/includes/class-wc-beta-tester-admin-menus.php index 57cc1799b60..f58808b2c19 100644 --- a/plugins/woocommerce-beta-tester/includes/class-wc-beta-tester-admin-menus.php +++ b/plugins/woocommerce-beta-tester/includes/class-wc-beta-tester-admin-menus.php @@ -68,7 +68,7 @@ class WC_Beta_Tester_Admin_Menus { $ssr = ''; foreach ( $response['environment'] as $key => $value ) { $index = $key; - // @todo remove this hack after fix schema in WooCommercem, and Claudio never let you folks to forget that need to write schema first, and review after every change, schema is the most important part of the REST API. + // @todo remove this hack after fix schema in WooCommerce, and Claudio never let you folks forget that need to write schema first, and review after every change, schema is the most important part of the REST API. if ( 'version' === $index ) { $index = 'wc_version'; } elseif ( 'external_object_cache' === $index ) {