From 3fc00f67e3a1e5d231ba6a03bf18db7a22f7c3ea Mon Sep 17 00:00:00 2001 From: "rico@yoga" Date: Sun, 29 Mar 2020 03:07:57 +0200 Subject: [PATCH] Tutorial/stores writable, comment added cf issue #4407 --- site/content/tutorial/08-stores/01-writable-stores/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/08-stores/01-writable-stores/text.md b/site/content/tutorial/08-stores/01-writable-stores/text.md index 1a267a154d..5cb6b5ca47 100644 --- a/site/content/tutorial/08-stores/01-writable-stores/text.md +++ b/site/content/tutorial/08-stores/01-writable-stores/text.md @@ -26,4 +26,4 @@ function reset() { } ``` -In the particuliar case of Single Page Application, different routes as usually rendered as components. One could be tempted to use store to keep a global application state. Bear in mind that in practice, if users reload from their browser, store variables will be erased. \ No newline at end of file +In the particuliar case of Single Page Application (SPAs), different routes/pages as usually rendered as components. One could be tempted to use writables stores to keep a global application state. Bear in mind that in practice, if users reload from their browser, store variables will be erased. \ No newline at end of file