Skip to content

Commit 0b3c0eb

Browse files
committed
Spelling fix
- Puting -> Putting
1 parent 65c1834 commit 0b3c0eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_posts/2014-09-24-testing-flux-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var keys = Object.keys(all);
8383
expect(all[keys[0]].text).toEqual('foo');
8484
```
8585

86-
Puting it All Together
86+
Putting it All Together
8787
----------------------
8888

8989
The example Flux TodoMVC application has been updated with an example test for the TodoStore, but let's look at an abbreviated version of the entire test. The most important things to notice in this test are how we keep a reference to the store's registered callback in the closure of the test, and how we recreate the store before every test so that we clear the state of the store entirely.

0 commit comments

Comments
 (0)