diff --git a/docs/components/radio-group.md b/docs/components/radio-group.md index dd930b7f..684984f1 100644 --- a/docs/components/radio-group.md +++ b/docs/components/radio-group.md @@ -88,7 +88,7 @@ const App = () => ( ### Validation -Setting the `required` attribute to make selecting a an option mandatory. If a value has not been selected, it will prevent the form from submitting and display an error message. +Setting the `required` attribute to make selecting an option mandatory. If a value has not been selected, it will prevent the form from submitting and display an error message. ```html preview