Skip to content

Commit 27d7fef

Browse files
authored
Fix comments in GT "How to get families, family variants, and attributes"
1 parent df09a91 commit 27d7fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/tutorials/guides/how-to-get-families-and-attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ while (array_key_exists('next', $data['_links'])) {
136136

137137
$attributeCodes = array_unique($attributeCodes);
138138

139-
// Save families and attribute codes into stores
139+
// Save families and attribute codes into storage
140140
saveFamilies($families);
141141
saveAttributesCodes($attributeCodes);
142142
```
@@ -168,7 +168,7 @@ const attributeCodes = families.reduce(
168168
);
169169
const uniqueAttributeCodes = [...new Set(attributeCodes)];
170170

171-
// Save families and attribute codes into stores
171+
// Save families and attribute codes into storage
172172
saveFamilies(families);
173173
saveAttributeCodes(uniqueAttributeCodes);
174174
```

0 commit comments

Comments
 (0)