Skip to content

Commit e591e87

Browse files
Update 01-basic-markup.md with new svelte-ignore syntax (#15394)
1 parent 3b465a7 commit e591e87

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

+1-1
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)