Skip to content

Commit

Permalink
Update documentation/docs/08-events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
  • Loading branch information
Rich-Harris and ignatiusmb authored Feb 23, 2022
1 parent 129cb8e commit 1db3a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/08-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
title: Events
---

SvelteKit emits a `sveltekit:start` [CustomEvents](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent) on the `window` object once the app has hydrated.
SvelteKit emits a `sveltekit:start` [CustomEvent](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent) on the `window` object once the app has hydrated.

You probably won't need to use it, but it can be useful in the context of (for example) integration tests.

0 comments on commit 1db3a31

Please sign in to comment.