Skip to content

Commit 2a0358f

Browse files
committed
fix: readme typo
1 parent f232fa1 commit 2a0358f

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
@@ -198,7 +198,7 @@ Observes the control's `valid` status.
198198
import { FormControl } from '@ngneat/reactive-forms';
199199

200200
const control = new FormControl('');
201-
control.valid$.subscribe(isInvalid => ...);
201+
control.valid$.subscribe(isValid => ...);
202202
```
203203

204204
### `status$`

0 commit comments

Comments
 (0)