Skip to content

Commit

Permalink
Fix invoked spelling (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMcDonnell authored and LPGhatguy committed Jun 28, 2019
1 parent 79f6c38 commit cdea578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference.md
Expand Up @@ -10,7 +10,7 @@ Store.new(reducer, [initialState, [middlewares]]) -> Store

Creates and returns a new Store.

* `reducer` is the store's root reducer function, and is invokved whenever an action is dispatched. It must be a pure function.
* `reducer` is the store's root reducer function, and is invoked whenever an action is dispatched. It must be a pure function.
* `initialState` is the store's initial state. This should be used to load a saved state from storage.
* `middlewares` is a list of middleware to apply to the store.

Expand Down Expand Up @@ -212,4 +212,4 @@ store:dispatch(function(store)
type = "thunkAction"
})
end)
```
```

0 comments on commit cdea578

Please sign in to comment.