Skip to content

Commit

Permalink
fix: readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Faircloth committed Apr 10, 2022
1 parent f232fa1 commit 2a0358f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Observes the control's `valid` status.
import { FormControl } from '@ngneat/reactive-forms';

const control = new FormControl('');
control.valid$.subscribe(isInvalid => ...);
control.valid$.subscribe(isValid => ...);
```

### `status$`
Expand Down

0 comments on commit 2a0358f

Please sign in to comment.