From df2d590282e43fc27122e3c8862f67b321b058db Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:37:24 +0200 Subject: [PATCH] chore: remove extra spacew --- src-a11y/templates/aria-template.md | 4 ++-- src-a11y/templates/kb-template.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-a11y/templates/aria-template.md b/src-a11y/templates/aria-template.md index 74d92c207..520979a68 100644 --- a/src-a11y/templates/aria-template.md +++ b/src-a11y/templates/aria-template.md @@ -1,7 +1,7 @@ --- title: <%= contents.title %> -page_title: Telerik UI for Blazor <%= contents.component %> Documentation | <%= contents.component %> Accessibility -description: "Get started with the Telerik UI for Blazor <%= contents.component %> and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.1." +page_title: Telerik UI for Blazor <%= contents.component %> Documentation | <%= contents.component %> Accessibility +description: "Get started with the Telerik UI for Blazor <%= contents.component %> and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2." tags: telerik,blazor,accessibility,wai-aria,wcag slug: <%= contents.slug %> position: <%= contents.position %> diff --git a/src-a11y/templates/kb-template.md b/src-a11y/templates/kb-template.md index 2a3a56c25..187f3fd57 100644 --- a/src-a11y/templates/kb-template.md +++ b/src-a11y/templates/kb-template.md @@ -1,7 +1,7 @@ --- title: <%= contents.title %> -page_title: Telerik UI for Blazor <%= contents.component %> Documentation | <%= contents.component %> Keyboard Navigation -description: "Get started with the Telerik UI for Blazor <%= contents.component %> and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.1." +page_title: Telerik UI for Blazor <%= contents.component %> Documentation | <%= contents.component %> Keyboard Navigation +description: "Get started with the Telerik UI for Blazor <%= contents.component %> and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2." tags: telerik,blazor,accessibility,wai-aria,wcag,keyboard,navigation slug: <%= contents.slug %> position: <%= contents.position %>