Skip to content

Commit

Permalink
docs: fix invalid code block in "find many options" (#7268)
Browse files Browse the repository at this point in the history
  • Loading branch information
okovpashko committed Jan 12, 2021
1 parent a7acb6b commit a3faf49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/find-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ userRepository.find({
userRepository.find({
withDeleted: true
});
```

`find` methods which return multiple entities (`find`, `findAndCount`, `findByIds`) also accept following options:

Expand Down

0 comments on commit a3faf49

Please sign in to comment.