Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lCharlie123l committed Mar 5, 2018
1 parent fd8208f commit 2077e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe('Collections', () => {
expect(results[1].furLength).toBe(10);
});

it('should default to the results length if no count param is returned from the server onn GET_COLLECTION responses', () => {
it('should default to the results length if no count param is returned from the server on GET_COLLECTION responses', () => {
const data = collections.reducers.collectionsReducer(
undefined,
getCollectionSuccess(
Expand Down

0 comments on commit 2077e07

Please sign in to comment.