From 303787b29c3b0c514c77d3e0f73709b423355e95 Mon Sep 17 00:00:00 2001 From: Matheus Martins Date: Sat, 23 Apr 2016 01:32:22 -0300 Subject: [PATCH] Fixing grammar error Just fixing a little grammar error --- includes/api/class-wc-rest-coupons-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/class-wc-rest-coupons-controller.php b/includes/api/class-wc-rest-coupons-controller.php index 580518964ee..c7c5952e92f 100644 --- a/includes/api/class-wc-rest-coupons-controller.php +++ b/includes/api/class-wc-rest-coupons-controller.php @@ -493,7 +493,7 @@ class WC_REST_Coupons_Controller extends WC_REST_Posts_Controller { 'context' => array( 'view', 'edit' ), ), 'usage_limit_per_user' => array( - 'description' => __( 'How many times the coupon can be user per customer.', 'woocommerce' ), + 'description' => __( 'How many times the coupon can be used per customer.', 'woocommerce' ), 'type' => 'integer', 'context' => array( 'view', 'edit' ), ),