Skip to content

Commit

Permalink
Fixes #3061
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrones authored Jun 20, 2019
1 parent 7de5d6c commit bd397f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/02-template-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ This element makes it possible to insert elements into `document.head`. During s
### `<svelte:options>`

```sv
<svelte:options option={value}>
<svelte:options option={value} />
```

---
Expand All @@ -1351,4 +1351,4 @@ The `<svelte:options>` element provides a place to specify per-component compile

```html
<svelte:options tag="my-custom-element"/>
```
```

0 comments on commit bd397f5

Please sign in to comment.