fix: Update AccessibilityDoc for DeferredContent

Include missing closing quotation for `data > code > basic`
pull/3720/head
Neil Merton 2023-03-09 18:37:23 +00:00 committed by GitHub
parent 2e4fe76ecd
commit d124832a14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default {
return { return {
code: { code: {
basic: ` basic: `
<DeferredContent role="region" aria-live="polite" aria-label="Content loaded after page scrolled down> <DeferredContent role="region" aria-live="polite" aria-label="Content loaded after page scrolled down">
Content Content
</DeferredContent>` </DeferredContent>`
} }