From a120ccd0da1dd689404f719a5c7a5c6c2b038329 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 14 May 2024 13:20:42 -0700 Subject: [PATCH] Update Scratch and Store descriptions --- content/en/methods/page/Scratch.md | 2 +- content/en/methods/page/Store.md | 2 +- content/en/methods/shortcode/Scratch.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/methods/page/Scratch.md b/content/en/methods/page/Scratch.md index c834b30ab..8fef31893 100644 --- a/content/en/methods/page/Scratch.md +++ b/content/en/methods/page/Scratch.md @@ -1,6 +1,6 @@ --- title: Scratch -description: Creates a "scratch pad" on the given page to store and manipulate data. +description: Returns a "scratch pad" on the given page to store and manipulate data. categories: [] keywords: [] action: diff --git a/content/en/methods/page/Store.md b/content/en/methods/page/Store.md index d188dbee6..e7090fe79 100644 --- a/content/en/methods/page/Store.md +++ b/content/en/methods/page/Store.md @@ -1,6 +1,6 @@ --- title: Store -description: Creates a persistent "scratch pad" on the given page to store and manipulate data. +description: Returns a persistent "scratch pad" on the given page to store and manipulate data. categories: [] keywords: [] action: diff --git a/content/en/methods/shortcode/Scratch.md b/content/en/methods/shortcode/Scratch.md index d9fc205c4..fcfc99d53 100644 --- a/content/en/methods/shortcode/Scratch.md +++ b/content/en/methods/shortcode/Scratch.md @@ -1,6 +1,6 @@ --- title: Scratch -description: Creates a "scratch pad" scoped to the shortcode to store and manipulate data. +description: Returns a "scratch pad" scoped to the shortcode to store and manipulate data. categories: [] keywords: [] action: