Skip to content

Commit 65825d3

Browse files
Sync svelte docs (#994)
sync svelte docs Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com>
1 parent 0be535c commit 65825d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/21-svelte-reactivity-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on Firefox and Safari it won't.
4747

4848
```dts
4949
const devicePixelRatio: {
50-
get current(): number;
50+
get current(): number | undefined;
5151
};
5252
```
5353

0 commit comments

Comments
 (0)