Skip to content

Commit cdea578

Browse files
MichaelMcDonnellLPGhatguy
authored andcommitted
Fix invoked spelling (#44)
1 parent 79f6c38 commit cdea578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Store.new(reducer, [initialState, [middlewares]]) -> Store
1010

1111
Creates and returns a new Store.
1212

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

@@ -212,4 +212,4 @@ store:dispatch(function(store)
212212
type = "thunkAction"
213213
})
214214
end)
215-
```
215+
```

0 commit comments

Comments
 (0)