Skip to content

Commit

Permalink
Update order
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bettadapur committed Feb 14, 2019
1 parent 58f5128 commit bb926dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
- [Modules](reference/Modules.md)
- [Module Store](reference/ModuleStore.md)
- [Dynamic Module Loader](reference/DynamicModuleLoader.md)
- [Module Reference Counting](reference/ModuleCounting.md)
- [Module Dependencies](reference/Dependencies.md)
- [Usage with Redux Saga](reference/ReduxSaga.md)
- [Usage with Redux Thunk](reference/ReduxThunk.md)
- [Module Reference Counting](reference/ModuleCounting.md)
- [Extensions](reference/Extensions.md)
- [Lifecycle Actions](reference/LifecycleActions.md)
- [Module Dependencies](reference/ModuleDependencies.md)
- [Usage with Typescript](reference/Typescript.md)
2 changes: 1 addition & 1 deletion docs/reference/Typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Now, our TodoModule expects two reducers with keys that match those in `ITodoMod

## Typing Module Dependencies

In the previous section [Module Dependencies](reference/ModuleDependencies.md), we showed that you can express a dependency between two modules.
In a previous section [Module Dependencies](reference/Dependencies.md), we showed that you can express a dependency between two modules.

```js
export const ModuleB = [
Expand Down

0 comments on commit bb926dc

Please sign in to comment.