From a1c9f7cdb3972aae9c0fe78c6a6b4d5ae105704a Mon Sep 17 00:00:00 2001 From: Georgi K <45083324+gkarapeev@users.noreply.github.com> Date: Tue, 21 Jul 2020 14:05:51 +0300 Subject: [PATCH] docs: fix typo in ng_control.ts (#38157) PR Close #38157 --- packages/forms/src/directives/ng_control.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/forms/src/directives/ng_control.ts b/packages/forms/src/directives/ng_control.ts index d8185e7381..95fe13f589 100644 --- a/packages/forms/src/directives/ng_control.ts +++ b/packages/forms/src/directives/ng_control.ts @@ -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