Skip to content

Commit 47b8b8c

Browse files
Sync svelte docs (#1271)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent b9b182b commit 47b8b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/svelte/06-runtime/02-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ interface User {}
9595
// ---cut---
9696
import { getContext, setContext } from 'svelte';
9797

98-
let key = {};
98+
const key = {};
9999

100100
/** @param {User} user */
101101
export function setUserContext(user) {

0 commit comments

Comments
 (0)