Skip to content

Commit f97250c

Browse files
authored
Merge pull request reduxjs#846 from tbroadley/fix-typos
Fix typo
2 parents a7a559d + d45bf0a commit f97250c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ It does not modify the component class passed to it; instead, it *returns* a new
383383

384384
* [`withRef`] *(Boolean)*: If true, stores a ref to the wrapped component instance and makes it available via `getWrappedInstance()` method. Default value: `false`
385385

386-
* Addionally, any extra options passed via `connectOptions` will be passed through to your `selectorFactory` in the `factoryOptions` argument.
386+
* Additionally, any extra options passed via `connectOptions` will be passed through to your `selectorFactory` in the `factoryOptions` argument.
387387

388388
<a id="connectAdvanced-returns"></a>
389389
#### Returns

0 commit comments

Comments
 (0)