Skip to content

Commit f72d5ac

Browse files
danawoodmanbenmccann
authored andcommitted
docs: Make "unquoted" example actually unquoted (#8937)
1 parent c760b8a commit f72d5ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/docs/02-template-syntax/02-basic-markup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ By default, attributes work exactly like their HTML counterparts.
2828

2929
As in HTML, values may be unquoted.
3030

31+
<!-- prettier-ignore -->
3132
```svelte
32-
<input type="checkbox" />
33+
<input type=checkbox />
3334
```
3435

3536
Attribute values can contain JavaScript expressions.

0 commit comments

Comments
 (0)