Skip to content

Commit

Permalink
Update modules/entity/spec/state_selectors.spec.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: alex-okrushko <alex.okrushko@gmail.com>
  • Loading branch information
edbzn and alex-okrushko authored Apr 9, 2019
1 parent 5666a94 commit 8ea9a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/entity/spec/state_selectors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ describe('Entity State Selectors', () => {
expect(entities).toEqual(state.entities);
});

it('should type single entity from Dictonary as entity type or undefined', () => {
it('should type single entity from Dictionary as entity type or undefined', () => {
// MemoizedSelector acts like a type checker
const singleEntity: MemoizedSelector<
EntityState<BookModel>,
Expand Down

0 comments on commit 8ea9a63

Please sign in to comment.