Skip to content

Commit 3d0960e

Browse files
updated prop in example to meet a11y requirements
1 parent 0df4174 commit 3d0960e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Backdrop/examples/BackdropSpinner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Backdrop, Spinner, Bullseye } from '@patternfly/react-core';
44
export const BackdropSpinner: React.FunctionComponent = () => (
55
<Backdrop>
66
<Bullseye>
7-
<Spinner aria-label="Backdrop content" aria-valueText="Loading..." />
7+
<Spinner aria-label="Backdrop content" aria-valuetext="Loading..." />
88
</Bullseye>
99
</Backdrop>
1010
);

0 commit comments

Comments
 (0)