Skip to content

Commit 0b14b4e

Browse files
authored
Fix typo
1 parent ccaf748 commit 0b14b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Link/SaveHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private function isPositionSet($linksByType)
119119
}
120120
}
121121

122-
// Check if at least on link without position exists per Link type
122+
// Check if at least one link without position exists per Link type
123123
foreach ($linksByType as $type => $links) {
124124
foreach ($links as $link) {
125125
if (!array_key_exists('position', $link->getData())) {

0 commit comments

Comments
 (0)