Skip to content

Commit 40f5f6f

Browse files
authored
Fix typo (#13126)
"WrapMap" → "WeakMap"
1 parent d60c742 commit 40f5f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/svelte/client.svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createRawSnippet, hydrate, mount, unmount } from 'svelte';
22

3-
/** @type {WrakMap<any, ReturnType<typeof createComponent>} */
3+
/** @type {WeakMap<any, ReturnType<typeof createComponent>} */
44
const existingApplications = new WeakMap();
55

66
export default (element) => {

0 commit comments

Comments
 (0)