diff --git a/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md b/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md index d4b9fe6e79..ba7da9cd4e 100644 --- a/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md +++ b/src/Oro/Bundle/ProductBundle/Resources/doc/api/product.md @@ -103,7 +103,7 @@ When creating a product, there are three types available: simple, kit, and confi have custom product attributes in the product attribute family specified and a result product variants can be added to a configurable product. A product variant is a simple product attached to a parent configurable product. -To create a configurable product type must be specified in the **attributes** section of the product. +To create a configurable product, the product type must be specified in the **attributes** section of the product. Example: @@ -152,7 +152,7 @@ The simple product with custom attribute can now be linked to a configurable pro #### 6. Specify variants (for configurable products only) -When adding a new configurable product you can the variants of that product. To be able to specify +When adding a new configurable product you can specify the variants of that product. To be able to specify variants of a product first you have to add a configurable attribute for product entity and create the simple products that will be the variants of the configurable product. After these steps you can specify variants for a new configurable product. Example: