Skip to content

Commit 65aab40

Browse files
authored
Fix typo in snippet
1 parent 69d8ab2 commit 65aab40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/framework/svelte/svelte-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Example:
8181
{#snippet mailtoLink(email: string)}
8282
<a href="mailto:{email}">
8383
{email}
84-
</span>
84+
</a>
8585
{/snippet}
8686
8787
<table>

0 commit comments

Comments
 (0)