Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
那达 committed Aug 1, 2018
1 parent f2150b4 commit e6f4d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Unregister model.
Replace an existing model with a new one, comparing by the namespace. If no one matches, add the new one.

After called, old `reducers`, `effects`, `subscription` will be replaced with the new ones, while orginal state will be kept, which means it's useful for HMR.
After called, old `reducers`, `effects`, `subscription` will be replaced with the new ones, while original state is kept, which means it's useful for HMR.

### `app.router(({ history, app }) => RouterConfig)`

Expand Down

0 comments on commit e6f4d99

Please sign in to comment.