docs: fix typo in ng_control.ts (#38157)

PR Close #38157
This commit is contained in:
Georgi K 2020-07-21 14:05:51 +03:00 committed by Michael Prentice
parent 2119abf954
commit 1bf2f118c7

View File

@ -18,7 +18,7 @@ function unimplemented(): any {
/** /**
* @description * @description
* A base class that all control `FormControl`-based directives extend. It binds a `FormControl` * A base class that all `FormControl`-based directives extend. It binds a `FormControl`
* object to a DOM element. * object to a DOM element.
* *
* @publicApi * @publicApi