Skip to content

Commit 50090b6

Browse files
Update 01-basic-markup.md with new svelte-ignore syntax
1 parent cf56973 commit 50090b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/01-basic-markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ You can use HTML comments inside components.
185185
Comments beginning with `svelte-ignore` disable warnings for the next block of markup. Usually, these are accessibility warnings; make sure that you're disabling them for a good reason.
186186

187187
```svelte
188-
<!-- svelte-ignore a11y-autofocus -->
188+
<!-- svelte-ignore a11y_autofocus -->
189189
<input bind:value={name} autofocus />
190190
```
191191

0 commit comments

Comments
 (0)