From 22967a6a717b45db2a6cdf6a9fc8466c1e988d6e Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Thu, 10 Jun 2021 21:56:42 +0500 Subject: [PATCH] Fix typo --- cart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cart.md b/cart.md index 967a84b..a578167 100644 --- a/cart.md +++ b/cart.md @@ -9,7 +9,7 @@ order: 3 ## Generic Overview -Bazar comes with a cart service by default, which manages cart models and their functionality.y. The cart service is one of the most crucial concepts in Bazar. It handles products, variations, quantities, taxes, discounts, shipping and prepares the checkout process. +Bazar comes with a cart service by default, which manages cart models and their functionality. The cart service is one of the most crucial concepts in Bazar. It handles products, variations, quantities, taxes, discounts, shipping and prepares the checkout process. You can access the current cart by using the `Bazar\Support\Facades\Cart` facade.