Skip to content

Commit 3e2d0a7

Browse files
DXFilesandrewseguin
authored andcommitted
docs(radio): fix typo in accessibility section (#14076)
docs (radio.md): simple typographical error fix Deleted the 'should' word because it was duplicated.
1 parent a4e1a5d commit 3e2d0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/radio/radio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The `<mat-radio-button>` uses an internal `<input type="radio">` to provide an a
3333
This internal radio button receives focus and is automatically labelled by the text content of the
3434
`<mat-radio-button>` element.
3535

36-
Radio button groups should should be given a meaningful label via `aria-label` or `aria-labelledby`.
36+
Radio button groups should be given a meaningful label via `aria-label` or `aria-labelledby`.

0 commit comments

Comments
 (0)