From 4c57326dc4928890c3ae6c0db70ce91bb6fac5bb Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 30 May 2017 17:41:30 +0200 Subject: [PATCH] docs(checkbox): rename Angular 2 to Angular (#11831) * docs(api-checkbox): renamed Angular 2 to Angular * Update checkbox.ts --- src/components/checkbox/checkbox.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/checkbox/checkbox.ts b/src/components/checkbox/checkbox.ts index ef3bb9086e..d8aa685e2f 100644 --- a/src/components/checkbox/checkbox.ts +++ b/src/components/checkbox/checkbox.ts @@ -15,7 +15,7 @@ import { Item } from '../item/item'; * The Checkbox is a simple component styled based on the mode. It can be * placed in an `ion-item` or used as a stand-alone checkbox. * - * See the [Angular 2 Docs](https://angular.io/docs/ts/latest/guide/forms.html) + * See the [Angular Docs](https://angular.io/docs/ts/latest/guide/forms.html) * for more info on forms and inputs. * * @@ -65,7 +65,7 @@ import { Item } from '../item/item'; * cucumber: boolean; * * updateCucumber() { - * console.log("Cucumbers new state:" + this.cucumber); + * console.log('Cucumbers new state:' + this.cucumber); * } * } * ```