Skip to content

Commit f4fc92a

Browse files
braebogtm-nayan
andauthored
Update content/tutorial/03-advanced-svelte/09-special-elements/01-svelte-self/README.md
Co-authored-by: gtmnayan <[email protected]>
1 parent 7fde0fb commit f4fc92a

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/09-special-elements/01-svelte-self

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/09-special-elements/01-svelte-self/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It's useful for things like this folder tree view, where folders can contain _ot
1414
{/if}
1515
```
1616

17-
...but that's impossible, because a module can't import itself. Instead, we use [`<svelte:self>`]($docs#template-syntax-svelte-self):
17+
...but that's impossible, because a module can't import itself. Instead, we use `<svelte:self>`:
1818

1919
```svelte
2020
{#if file.files}

0 commit comments

Comments
 (0)