You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tutorial/03-sveltekit/08-stores/03-updated-store/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: updated
4
4
5
5
The `updated` store contains `true` or `false` depending on whether a new version of the app has been deployed since the page was first opened. For this to work, your `svelte.config.js` must specify `kit.version.pollInterval`.
6
6
7
-
Version changes only happens in production, not during development. For that reason, `$updated` will always be `false` in this tutorial.
7
+
Version changes only happen in production, not during development. For that reason, `$updated` will always be `false` in this tutorial.
8
8
9
9
You can manually check for new versions, regardless of `pollInterval`, by calling `updated.check()`.
0 commit comments