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.