Merge pull request #10776 from matheuswd/master

Fixing grammar error
This commit is contained in:
Mike Jolley 2016-04-23 17:16:42 +01:00
commit e891b60eb4
1 changed files with 1 additions and 1 deletions

View File

@ -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' ),
),