diff --git a/src/guide/a11y-basics.md b/src/guide/a11y-basics.md index d7d83d8106..84e5b5c5c5 100644 --- a/src/guide/a11y-basics.md +++ b/src/guide/a11y-basics.md @@ -12,7 +12,7 @@ You should add a link at the top of each page that goes directly to the main con Typically this is done on the top of `App.vue` as it will be the first focusable element on all your pages: -``` html +```html