diff --git a/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php b/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php index ebd3eeacc7bba..737f6bc538072 100644 --- a/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php +++ b/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php @@ -21,7 +21,7 @@ interface GuestCartItemRepositoryInterface public function getList($cartId); /** - * Add/update the specified cart item. + * Add/update the specified cart item. * * @param \Magento\Quote\Api\Data\CartItemInterface $cartItem The item. * @return \Magento\Quote\Api\Data\CartItemInterface Item.