Skip to content

Commit

Permalink
docs: misc/operators typo on distinctUntilChanged (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mightymatth authored Jul 10, 2023
1 parent 19efbc4 commit 3f633ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/miscellaneous/operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ skills$.pipe(head());

## distinctUntilArrayItemChanged

A `distinctUntillChanged` implementation for arrays:
A `distinctUntilChanged` implementation for arrays:

```ts
import { distinctUntilArrayItemChanged } from '@ngneat/elf';

skills$.pipe(distinctUntilArrayItemChanged());
```
```

0 comments on commit 3f633ef

Please sign in to comment.