From 186f57cddef73a9090ab1ce328f21c764b0130e5 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 11 Aug 2022 09:22:35 -0400 Subject: [PATCH] update docs --- docs/components/rating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/rating.md b/docs/components/rating.md index b1863074..48695813 100644 --- a/docs/components/rating.md +++ b/docs/components/rating.md @@ -18,7 +18,7 @@ const App = () => ; ### Labels -Ratings are commonly identified in context, so a visual label isn't typically necessary. However, you should always provide a label for assistive devices. +Ratings are commonly identified contextually, so labels aren't displayed. However, you should always provide one for assistive devices using the `label` attribute. ```html preview