From 4bfa107e9b18c37de5eed3b14faf7e4a8f64ef94 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 8 Sep 2024 01:02:51 +0900 Subject: [PATCH] chore: update accessibilitydoc.ts overriden -> overridden --- src/app/showcase/doc/multiselect/accessibilitydoc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/showcase/doc/multiselect/accessibilitydoc.ts b/src/app/showcase/doc/multiselect/accessibilitydoc.ts index 0cdc708379f..a95e62617cc 100644 --- a/src/app/showcase/doc/multiselect/accessibilitydoc.ts +++ b/src/app/showcase/doc/multiselect/accessibilitydoc.ts @@ -19,7 +19,7 @@ import { Code } from '@domain/code';

If filtering is enabled, filterInputProps can be defined to give aria-* props to the input element.

-

Close button uses close key of the aria property from the locale API as the aria-label by default, this can be overriden with the closeButtonProps.

+

Close button uses close key of the aria property from the locale API as the aria-label by default, this can be overridden with the closeButtonProps.