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 Andrew Kushnir
parent d88711c2fc
commit a1c9f7cdb3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function unimplemented(): any {
/**
* @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.
*
* @publicApi