From c4adfd49c0bd395cdf6d4633473b305cdf673139 Mon Sep 17 00:00:00 2001 From: Paul Roth Date: Wed, 28 Aug 2019 07:49:18 -0400 Subject: [PATCH] Propose a correction to what appears to be a minor typo (#5026) * Propose a correction to what appears to be a minor typo removed the word 'a'. * Update extensibility.md --- docs/user-guide/extensibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/extensibility.md b/docs/user-guide/extensibility.md index b7fee1ba74..dce35297d8 100644 --- a/docs/user-guide/extensibility.md +++ b/docs/user-guide/extensibility.md @@ -47,7 +47,7 @@ export interface ComponentTypeResolver { ``` Typically a `ComponentTypeResolver` is a function that takes [`FormFieldModel`](../core/models/form-field.model.md) and returns corresponding component type. -It can be either a predefined component type or a dynamically evaluated based on field properties and metadata. +This can either be a predefined component type or dynamically evaluated based on the field properties and metadata. #### Static component mapping