From 981284ef42b03c1edea578704ad4add349c7b23a Mon Sep 17 00:00:00 2001 From: Allan Juan <34658414+ajsaraujo@users.noreply.github.com> Date: Wed, 1 Jun 2022 08:06:20 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdc8c4f..aa33389 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Let's take a look at all the neat things we provide: ## Control Type -`FormControl/FormArray` takes a generic that defines the `type` of the control. This `type` is than used to enhance every method exposed by Angular or this library. +`FormControl/FormArray` takes a generic that defines the `type` of the control. This `type` is then used to enhance every method exposed by Angular or this library. Use it with a `FormControl`: