docs: s/syncronous/synchronous/

This commit is contained in:
Yoshua Wuyts
2016-05-16 01:47:07 +07:00
parent 4d0cb12e22
commit 7f1fcff40b
+2 -2
View File
@@ -58,8 +58,8 @@ document.body.appendChild(tree)
## Concepts ## Concepts
- __state:__ a single object that contains all application state, should only - __state:__ a single object that contains all application state, should only
ever be modified by `reducers` ever be modified by `reducers`
- __reducers:__ syncronous functions that modify `state` - __reducers:__ synchronous functions that modify `state`
- __effects:__ asyncronous functions that perform IO. Effects can call - __effects:__ asynchronous functions that perform IO. Effects can call
`send()` when done to handle results `send()` when done to handle results
- __subscriptions:__ streams of data that can either be written to or read from - __subscriptions:__ streams of data that can either be written to or read from
```txt ```txt