From ba8d26ee6a9c1ac9fef84fd93773265812fbd29a Mon Sep 17 00:00:00 2001 From: David Padron Date: Fri, 9 Nov 2018 22:30:33 -0500 Subject: [PATCH] Docs: Simple typographical error fix docs (radio.md): simple typographical error fix Deleted the 'should' word because it was duplicated. --- src/lib/radio/radio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/radio/radio.md b/src/lib/radio/radio.md index 4a50e8c72c9e..099e77ef3d44 100644 --- a/src/lib/radio/radio.md +++ b/src/lib/radio/radio.md @@ -33,4 +33,4 @@ The `` uses an internal `` to provide an a This internal radio button receives focus and is automatically labelled by the text content of the `` element. -Radio button groups should should be given a meaningful label via `aria-label` or `aria-labelledby`. +Radio button groups should be given a meaningful label via `aria-label` or `aria-labelledby`.