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
This commit is contained in:
Paul Roth
2019-08-28 07:49:18 -04:00
committed by Eugenio Romano
parent 4c468530d9
commit c4adfd49c0

View File

@@ -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