Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit cdaa34b

Browse files
hguthrieBarny Shergold
andauthored
Update src/guides/v2.3/extension-dev-guide/cache/page-caching/private-content.md
Co-authored-by: Barny Shergold <barny.shergold@vaimo.com>
1 parent 8dd0bb7 commit cdaa34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/cache/page-caching/private-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Customer sections was designed to cache private data in browser storage. This me
6767
The are some exception cases:
6868
6969
- Store and website switching, after any of these action customer section `cart` will be updated.
70-
- Customer cart lifetime option `section_data_lifetime` which is 60 minutes by default. After scheduled time passes section `cart` will be updated.
70+
- Customer cart lifetime option `section_data_lifetime` which is 60 minutes by default. After scheduled time passes, section `cart` will be updated.
7171
7272
{: .bs-callout-info }
7373
Product information will not be simultaneously updated in customer cart (product name, price, product enabled/disabled). Information will be updated after what comes first: `section_data_lifetime` time passed or an action that the update cart triggered.

0 commit comments

Comments
 (0)