fix: Update AccessibilityDoc for DeferredContent
Include missing closing quotation for `data > code > basic`pull/3720/head
parent
2e4fe76ecd
commit
d124832a14
|
@ -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>`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue