diff --git a/source/includes/wp-api-v1/_products.md b/source/includes/wp-api-v1/_products.md index e4554c13..b3695be9 100644 --- a/source/includes/wp-api-v1/_products.md +++ b/source/includes/wp-api-v1/_products.md @@ -63,7 +63,7 @@ The products API allows you to create, view, update, and delete individual, or a | `tags` | array | List of tags. See [Tags properties](#tag-properties). | | `images` | array | List of images. See [Images properties](#image-properties) | | `attributes` | array | List of attributes. See [Attributes properties](#attribute-properties). | -| `default_attributes` | array | Defaults variation attributes, used only for variations and pre-selecte attributes on the frontend. See [Default Attributes properties](#default-attribute-properties). | +| `default_attributes` | array | Defaults variation attributes, used only for variations and pre-selected attributes on the frontend. See [Default Attributes properties](#default-attribute-properties). | | `variations` | array | List of variations. See [Variations properties](#variation-properties) | | `grouped_products` | string | List of grouped products ID, only for `group` type products. read-only | | `menu_order` | integer | Menu order, used to custom sort products. |