Tweak field description.

This commit is contained in:
barryhughes 2022-03-09 12:31:46 -08:00
parent 17744d5aa6
commit 57a7f94fe9
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ class WC_REST_Products_Controller extends WC_REST_Products_V2_Controller {
),
),
'has_options' => array(
'description' => __( 'Shows if the product needs confiruging before it can be bought.', 'woocommerce' ),
'description' => __( 'Shows if the product needs to be configured before it can be bought.', 'woocommerce' ),
'type' => 'boolean',
'context' => array( 'view', 'edit' ),
'readonly' => true,