Fix typo

Ron Rennick 2020-10-20 10:25:50 -03:00
parent fc42558534
commit 76c0c051ce
1 changed files with 1 additions and 1 deletions

@ -56,7 +56,7 @@ Visit the [Product CSV Importer and Exporter](https://docs.woocommerce.com/docum
| `Sale price` | sale_price | `20.99` | Sale price. |
| `Regular price` | regular_price | `24.99` | Regular price. |
| `Categories` | category_ids | `Category 1, Category 1 > Category 2` | CSV list of categories. `>` used for hierarchy. |
| `Tags` | tag_ids | `Tax 1, Tag 2` | CSV list of tags. |
| `Tags` | tag_ids | `Tag 1, Tag 2` | CSV list of tags. |
| `Shipping class` | shipping_class_id | `Name` | Name of shipping class |
| `Images` | image_id / gallery_image_ids | `http://somewhere.com/image.jpg, http://somewhere.com/image2.jpg` | First is featured image. |
| `Download limit` | download_limit | `1` | `n/a` or a limit. |