Skip to content

Commit

Permalink
docs(data): remove duplicate "the" in entity metadata description (#2166
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Kadamas authored and brandonroberts committed Oct 14, 2019
1 parent e4765d6 commit 881c6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/data/entity-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ In the accompanying demonstration app, the user can filter _heroes_ by name and

We felt this common scenario is worth building into the NgRx Data library. So every entity can have an _optional_ filter function.

Each collection's `filteredEntities` selector applies the filter function to the collection, based on the user's filtering criteria, which are held in the the stored entity collection's `filter` property.
Each collection's `filteredEntities` selector applies the filter function to the collection, based on the user's filtering criteria, which are held in the stored entity collection's `filter` property.

If there is no filter function, the `filteredEntities` selector is the same as the `selectAll` selector, which returns all entities in the collection.

Expand Down

0 comments on commit 881c6bd

Please sign in to comment.