From 6e99337f054231c60feb91d71f6637cca9f4febf Mon Sep 17 00:00:00 2001 From: Jeff Dye Date: Tue, 28 Jan 2020 18:50:55 -0500 Subject: [PATCH] Fix casing in radio group property description Just one character out of place that I noticed. Feel free to include with any other changes you have elsewhere and close this PR. --- src/app/components/radio/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.