Skip to content

Commit 5d5d9d9

Browse files
Update GuestCartItemRepositoryInterface.php
1 parent b79e30c commit 5d5d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface GuestCartItemRepositoryInterface
2121
public function getList($cartId);
2222

2323
/**
24-
* Add/update the specified cart item.
24+
* Add/update the specified cart item.
2525
*
2626
* @param \Magento\Quote\Api\Data\CartItemInterface $cartItem The item.
2727
* @return \Magento\Quote\Api\Data\CartItemInterface Item.

0 commit comments

Comments
 (0)