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 6298f93 commit a44de05Copy full SHA for a44de05
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