Skip to content

Commit

Permalink
chore(Example): Fix the description for createEntityAdapter (ngrx#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
SangKa authored and sandangel committed Mar 23, 2018
1 parent 3340aa5 commit 3d6803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-app/app/books/reducers/books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface State extends EntityState<Book> {
}

/**
* createEntityAdapter creates many an object of helper
* createEntityAdapter creates an object of many helper
* functions for single or multiple operations
* against the dictionary of records. The configuration
* object takes a record id selector function and
Expand Down

0 comments on commit 3d6803c

Please sign in to comment.