docs(input): fix typo

This commit is contained in:
Adam Bradley
2016-04-21 14:06:11 -05:00
parent d214f3af83
commit 1ca4f374e0

View File

@ -434,7 +434,7 @@ export class InputBase {
/** /**
* @private * @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. * the onTouched event handler that marks model (Control) as touched.
* @param {Function} fn onTouched event handler. * @param {Function} fn onTouched event handler.
*/ */