Skip to content

Commit e07f57e

Browse files
committed
Fixed example in WritingTests.md.
Fixed a syntactical error in one of the first examples of [WritingTests.md](https://github.com/rackt/redux/blob/master/docs/recipes/WritingTests.md).
1 parent 2fe99e9 commit e07f57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/recipes/WritingTests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('actions', () => {
5757
};
5858
expect(actions.addTodo(text)).toEqual(expectedAction);
5959
});
60-
}
60+
});
6161
```
6262

6363
### Reducers

0 commit comments

Comments
 (0)