Skip to content

Commit 0cd1aac

Browse files
committed
feat(API-1943): Fix guide review comments
1 parent 63f1173 commit 0cd1aac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/tutorials/guides/how-to-get-pim-product-information.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function fetchProducts(): array
171171
{
172172
$client = buildApiClient();
173173

174-
$locales = ['en_US', 'fr_FR'];
174+
$locales = getLocales(); // ['en_US', 'fr_FR']
175175
$scope = 'ecommerce';
176176
$maxProductsPerPage = 100;
177177
$maxFamiliesPerQuery = 100;
@@ -258,9 +258,9 @@ function fetchProducts(): array
258258

259259
##### 2.1.1 - You are following the App workflow?
260260

261-
In the guided tutorial **How to get families and attribute,** we have stored an attribute_list, a list of tuples with attribute_code and attribute type. It’s time to use it.
261+
In the guided tutorial **How to get families and attribute**, we have stored an **attribute_list**, a list of tuples with attribute_code and attribute type. It’s time to use it.
262262

263-
Simply search your attribute in the attribute_list.
263+
Simply search your attribute in the **attribute_list**.
264264

265265
```php
266266

0 commit comments

Comments
 (0)