Update site/content/tutorial/08-stores/01-writable-stores/text.md

Fixed some typos and rephrased.
pull/4610/head
Luca Bonavita 5 years ago committed by GitHub
parent 3fc00f67e3
commit f7120e6d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
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.

Loading…
Cancel
Save