Skip to content

Commit c86afc0

Browse files
Sync svelte docs (#1176)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent f1fcf07 commit c86afc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/svelte/03-template-syntax/01-basic-markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ You can use HTML comments inside components.
186186
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.
187187

188188
```svelte
189-
<!-- svelte-ignore a11y-autofocus -->
189+
<!-- svelte-ignore a11y_autofocus -->
190190
<input bind:value={name} autofocus />
191191
```
192192

0 commit comments

Comments
 (0)