From f7120e6d3185c384c9d3c417638088fd64d1a037 Mon Sep 17 00:00:00 2001 From: Luca Bonavita Date: Tue, 7 Jul 2020 20:48:25 +0100 Subject: [PATCH] Update site/content/tutorial/08-stores/01-writable-stores/text.md Fixed some typos and rephrased. --- 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 5cb6b5ca47..02b88950f3 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 (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 +In the particular case of Single Page Application (SPAs), different routes/pages are usually rendered as components. One could be tempted to use writable stores to keep global application state. Bear in mind, that in practice, reloading the page will reset the stores.