Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Fix typo #21

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down