We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdfd6f commit 200f332Copy full SHA for 200f332
apps/svelte.dev/src/routes/docs/logic-blocks/+page.svelte
@@ -4,8 +4,8 @@
4
const docs = new Map([
5
['if', ['`{#if ...}`', '/docs/svelte/if']],
6
['each', ['`{#each ...}`', '/docs/svelte/each']],
7
- ['await', ['`{#key ...}`', '/docs/svelte/await']],
8
- ['key', ['`{#await ...}`', '/docs/svelte/key']]
+ ['await', ['`{#await ...}`', '/docs/svelte/await']],
+ ['key', ['`{#key ...}`', '/docs/svelte/key']]
9
]);
10
</script>
11
0 commit comments