Skip to content

Commit 1e5a385

Browse files
authored
docs: fix typo (#14232)
1 parent 6534742 commit 1e5a385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/06-snippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Any content inside the component tags that is _not_ a snippet declaration implic
169169

170170
```svelte
171171
<!--- file: App.svelte --->
172-
<Button>click me<Button>
172+
<Button>click me</Button>
173173
```
174174

175175
```svelte

0 commit comments

Comments
 (0)