From 1ca4f374e028b8353d0f3ecca2e4db6bef59eb7d Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 21 Apr 2016 14:06:11 -0500 Subject: [PATCH] docs(input): fix typo --- ionic/components/input/input-base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/input/input-base.ts b/ionic/components/input/input-base.ts index 96a94dda7c..9c7aa05ffd 100644 --- a/ionic/components/input/input-base.ts +++ b/ionic/components/input/input-base.ts @@ -434,7 +434,7 @@ export class InputBase { /** * @private - * Angular2 Forms API method called by the the view (NgControl) to register + * Angular2 Forms API method called by the view (NgControl) to register * the onTouched event handler that marks model (Control) as touched. * @param {Function} fn onTouched event handler. */