Skip to content

Commit

Permalink
docs: minor grammar cleanup (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Baker authored Dec 13, 2023
1 parent 0c9e558 commit 9379080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: updated

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

Version changes only happens in production, not during development. For that reason, `$updated` will always be `false` in this tutorial.
Version changes only happen in production, not during development. For that reason, `$updated` will always be `false` in this tutorial.

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

Expand Down

1 comment on commit 9379080

@vercel
Copy link

@vercel vercel bot commented on 9379080 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.