From cbb2294e3e8923a019629dad9a6daed0cb9e784a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 14 May 2024 22:15:59 +0200 Subject: [PATCH] Update content-adapters.md --- content/en/content-management/content-adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/content-adapters.md b/content/en/content-management/content-adapters.md index 42285b7a5..3225957f3 100644 --- a/content/en/content-management/content-adapters.md +++ b/content/en/content-management/content-adapters.md @@ -93,7 +93,7 @@ Returns the `Site` to which the pages will be added. ###### Store -Creates a persistent “scratch pad” to store and manipulate data. See [examples](/methods/page/store/). +Returns a persistent “scratch pad” to store and manipulate data. The main use case for this is to transfer values between executions when [EnableAllLanguages](#enablealllanguages) is set. See [examples](/methods/page/store/). {{< code file=content/books/_content.gotmpl >}} {{ .Store.Set "key" "value" }}