Tutorial: fix a typo

In the tutorial chapter svelte-self, I replaced a reference of file by folder
pull/4421/head
Kevin Tewouda 6 years ago committed by GitHub
parent 2b3c2daafb
commit a639d053ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ It's useful for things like this folder tree view, where folders can contain *ot
{/if} {/if}
``` ```
...but that's impossible, because a file can't import itself. Instead, we use `<svelte:self>`: ...but that's impossible, because a folder can't import itself. Instead, we use `<svelte:self>`:
```html ```html
{#if file.type === 'folder'} {#if file.type === 'folder'}

Loading…
Cancel
Save