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