From 18517660d4d8c60ef048ac2c837331a00a4c5c0f Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 30 May 2017 17:37:51 +0200 Subject: [PATCH] docs(tabs): rename Angular 2 to Angular (#11837) --- src/components/toggle/toggle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toggle/toggle.ts b/src/components/toggle/toggle.ts index bac5daf53c..3037fc6abc 100644 --- a/src/components/toggle/toggle.ts +++ b/src/components/toggle/toggle.ts @@ -21,7 +21,7 @@ import { ToggleGesture } from './toggle-gesture'; * Toggles can also have colors assigned to them, by adding any color * attribute. * - * 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. * * @usage