From 511550f58fae635ad0ee5ecb85c00c75ee004b70 Mon Sep 17 00:00:00 2001 From: Mac Tavish <49161243+MacTavish-69@users.noreply.github.com> Date: Tue, 16 Dec 2025 01:58:59 +0500 Subject: [PATCH] Fixed typo in ## Determining cart changes --- 1.x/reference/carts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.x/reference/carts.mdx b/1.x/reference/carts.mdx index e0bdde9..34eefa7 100644 --- a/1.x/reference/carts.mdx +++ b/1.x/reference/carts.mdx @@ -456,7 +456,7 @@ depending on your `auth_policy` merge or override the basket on their account. ## Determining cart changes Carts by nature are dynamic, which means anything can change at any moment. This means it can be quite challenging to -determine whether a card has changed from the one currently loaded, for example, if the user goes to check out and +determine whether a cart has changed from the one currently loaded; for example, if the user goes to check out and changes their cart on another tab, how does the checkout know there has been a change? To help this, a cart will have a fingerprint generated which you can check to determine whether there has been