diff --git a/src/app/components/radio/index.html b/src/app/components/radio/index.html
index 21d261f12..5cfff2c96 100644
--- a/src/app/components/radio/index.html
+++ b/src/app/components/radio/index.html
@@ -284,7 +284,7 @@
- The sky-radio-group component organizes radio buttons into a group. IT is required for radio buttons on Angular reactive forms, and we recommend using it with all radio buttons. On Angular forms, the component manages the selected values and keeps the forms up-to-date. When users select a radio button, its value is driven through an ngModel attribute that you specify on the sky-radio-group element.
+ The sky-radio-group component organizes radio buttons into a group. It is required for radio buttons on Angular reactive forms, and we recommend using it with all radio buttons. On Angular forms, the component manages the selected values and keeps the forms up-to-date. When users select a radio button, its value is driven through an ngModel attribute that you specify on the sky-radio-group element.