Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit a92ed62

Browse files
committed
fix: fixed typo in readme
1 parent 91aa563 commit a92ed62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ And template:
141141
<people-picker-accessor [options]="field.options" [formControlName]="field.name"></people-picker-accessor>
142142
</ng-container>
143143
```
144-
In this case `field-editor-accessor` is a custom `ControlValueAccessor`
144+
In this case `people-picker-accessor` is a custom `ControlValueAccessor`
145145

146146
### Overwriting existing types
147147
It is possible to overwrite existing out of the box fields and layouts by simply using their names in the dictionary in `forRoot`. For example if you need to overwrite `text` input field:

0 commit comments

Comments
 (0)