Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Mar 8, 2024
1 parent 905a952 commit 4029d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/docs/magazine/migration_from_redux.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const reduxInterop = createReduxIntegration({
});
```

#### Avoiding ependency cycles
#### Avoiding dependency cycles

Note, that overload of the `createReduxIntegration` with explicit `reduxStore` allows for better Typescript type inference, but also might result in cyclic dependencies.

Expand Down

0 comments on commit 4029d18

Please sign in to comment.