Skip to content

Commit 225cf3c

Browse files
committed
docs: fix typos
1 parent 1ba2499 commit 225cf3c

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
@@ -120,7 +120,7 @@ const nameDisabled$ = formsManager.disableChanges('onboarding', 'name');
120120

121121
```ts
122122
const errors$ = formsManager.errorsChanges<Errors>('onboarding');
123-
const nameErros$ = formsManager.errorsChanges<Errors>('onboarding', 'name');
123+
const nameErrors$ = formsManager.errorsChanges<Errors>('onboarding', 'name');
124124
```
125125

126126
- `controlChanges()` - Observe the control's state

0 commit comments

Comments
 (0)