From c9f50b424b90f839567bcab613854459bc34e7ea Mon Sep 17 00:00:00 2001 From: Oyama Michinoku <0910yama@gmail.com> Date: Tue, 25 Nov 2025 09:18:47 +0900 Subject: [PATCH] docs: fix typo by correcting W3 to W3C (cherry picked from commit 2102bfe5aad1eb3a9f47f112aec506d900a15451) --- adev/src/content/guide/aria/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/aria/overview.md b/adev/src/content/guide/aria/overview.md index 5b3808324ff..9536e598e96 100644 --- a/adev/src/content/guide/aria/overview.md +++ b/adev/src/content/guide/aria/overview.md @@ -3,7 +3,7 @@ ## What is Angular Aria? -Building accessible components seems straightforward, but implementing them according to the W3 Accessibility Guidelines requires significant effort and accessibility expertise. +Building accessible components seems straightforward, but implementing them according to the W3C Accessibility Guidelines requires significant effort and accessibility expertise. Angular Aria is a collection of headless, accessible directives that implement common WAI-ARIA patterns. The directives handle keyboard interactions, ARIA attributes, focus management, and screen reader support. All you have to do is provide the HTML structure, CSS styling, and business logic!