From e9392ba316983a133da3790a5d232eba38622152 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak <kainjow@users.noreply.github.com> Date: Thu, 21 Jul 2016 11:18:36 -0700 Subject: [PATCH] Fix typo --- source/includes/wp-api-v1/_products.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. <i class="label label-info">read-only</i> | | `menu_order` | integer | Menu order, used to custom sort products. |