Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
senadir committed Nov 24, 2021
1 parent 09e0040 commit f01c1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StoreApi/Schemas/CartItemSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function get_properties() {
'context' => [ 'view', 'edit' ],
'readonly' => true,
],
'quantity_increment' => [
'quantity_step' => [
'description' => __( 'The amount quantity can change with.', 'woo-gutenberg-products-block' ),
'type' => 'integer',
'context' => [ 'view', 'edit' ],
Expand Down

0 comments on commit f01c1c1

Please sign in to comment.