Skip to content

Commit 57de1b0

Browse files
committed
Merge pull request #2254 from jgable/spellingFix
Spelling fix for "Testing Flux Applications"
2 parents 3888b97 + 0b3c0eb commit 57de1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)