From 8590a479caa6be83f781acb67cf33cf8e0732cc5 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 19 Dec 2015 00:29:06 -0600 Subject: [PATCH] fix(typo) --- ionic/components/radio/radio.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ionic/components/radio/radio.ts b/ionic/components/radio/radio.ts index ee9c312435..5def8a1280 100644 --- a/ionic/components/radio/radio.ts +++ b/ionic/components/radio/radio.ts @@ -9,7 +9,7 @@ import {isDefined} from '../../util/util'; /** * @description * A radio button with a unique value. Note that all `` components - * must be wrapped within a ``, and there must be at + * must be wrapped within a ``, and there must be at * least two `` components within the radio group. * * See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for more info on forms and input. @@ -92,10 +92,10 @@ export class RadioButton { * * @usage * ```html - * + * * * - * Auto Manufactures + * Auto Manufacturers * * *