Skip to content

Commit 5f24c70

Browse files
committed
PMXG-357: Fix review
1 parent b577d5d commit 5f24c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/concepts/catalog-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Below is the list of attribute types and their description:
8787
| Reference data simple select | pim_reference_data_simpleselect | allows you to manage any kind of data that has its own properties, as a single-choice select. |
8888
| Reference data multi select | pim_reference_data_multiselect | allows you to manage any kind of data that has its own properties, as a multi-choice select. |
8989
| Table (Growth and Enterprise editions only) | pim_catalog_table | allows you to manage multidimensional data in the form of a table |
90-
| Product link | pim_catalog_product_link | Allow you to create a unidirectional relationship between a product/product model to another. |
90+
| Product link | pim_catalog_product_link | allow you to create a unidirectional relationship between a product/product model and another. |
9191

9292
In the Akeneo UI, you can find the attributes in the `Settings`/`Attributes` menu. Below is an example of one attribute in the UI.
9393

content/rest-api/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ With the IN operator, the list of product identifiers can contain up to **100**
615615
| IN, NOT IN | a list of product links |
616616
| EMPTY, NOT EMPTY | no value |
617617

618-
A product link have the following structure:
618+
A product link has the following structure:
619619

620620
```json
621621
{

0 commit comments

Comments
 (0)