Correct spelling mistakes.
This commit is contained in:
parent
8f20593b26
commit
ad238726b7
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ describe('message reducer', () => {
|
|||
});
|
||||
});
|
||||
|
||||
it('adds all the messsages on ADD_MESSAGES', () => {
|
||||
it('adds all the messages on ADD_MESSAGES', () => {
|
||||
const state = reducer(undefined, {
|
||||
type: actions.ADD_MESSAGES,
|
||||
server: 'srv',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue