Skip to content

Commit 201085e

Browse files
small typo fix
1 parent 1211e5b commit 201085e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Emits an event every time when the control's state(value, touched, ...) changes.
164164
Emits an event every time when the control's status(PENDING, INVALID, VALID, DISABLED) changes.
165165
#### onValueChanges
166166
Emits an event every time when the control's value is changed by onChange event i.e by user.
167-
#### onBlurChnages
167+
#### onBlurChanges
168168
Emits an event every time when a blur event triggers on a control.
169169

170170
You can use these listeners to modify the form state dynamically based on the value of other controls.

0 commit comments

Comments
 (0)