Skip to content

Commit 6f78d62

Browse files
committed
fix typo
1 parent be3ad04 commit 6f78d62

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ $productInformation = ProductInformationData::from([
168168
TranslationData::from(['lang' => 'en', 'value' => 'Low calories']),
169169
TranslationData::from(['lang' => 'fr', 'value' => 'Faible en calories'])
170170
]),
171-
'nutrition_information' => $
172-
173-
nutritionInformation,
171+
'nutrition_information' => $nutritionInformation,
174172
'allergens' => new DataCollection([
175173
TranslationData::from(['lang' => 'en', 'value' => 'None']),
176174
TranslationData::from(['lang' => 'fr', 'value' => 'Aucun'])

0 commit comments

Comments
 (0)