Skip to content

Commit 9379080

Browse files
author
Michael Baker
authored
docs: minor grammar cleanup (#538)
1 parent 0c9e558 commit 9379080

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-sveltekit/08-stores/03-updated-store

1 file changed

+1
-1
lines changed

content/tutorial/03-sveltekit/08-stores/03-updated-store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: updated
44

55
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`.
66

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

99
You can manually check for new versions, regardless of `pollInterval`, by calling `updated.check()`.
1010

0 commit comments

Comments
 (0)