From 127ed893dca3da519e67c81164c2bda3e38e316d Mon Sep 17 00:00:00 2001 From: Lawrence Date: Fri, 2 Jun 2017 09:19:54 -0700 Subject: [PATCH] Update class-wc-data-store.php --- includes/class-wc-data-store.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-data-store.php b/includes/class-wc-data-store.php index a4beeea738b..5355368ab8e 100644 --- a/includes/class-wc-data-store.php +++ b/includes/class-wc-data-store.php @@ -22,7 +22,7 @@ class WC_Data_Store { * Contains an array of default WC supported data stores. * Format of object name => class name. * Example: 'product' => 'WC_Product_Data_Store_CPT' - * You can aso pass something like product_ for product stores and + * You can also pass something like product_ for product stores and * that type will be used first when avaiable, if a store is requested like * this and doesn't exist, then the store would fall back to 'product'. * Ran through `woocommerce_data_stores`.