Skip to content

Commit

Permalink
chore(docs): Fix action interface example (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilabraham authored and brandonroberts committed Sep 7, 2017
1 parent 127ccc9 commit 81afd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export interface ActionWithPayload<T> extends Action {
And if you need an unsafe version to help with transition.

```ts
export interface UnsafeAction implements Action {
export interface UnsafeAction extends Action {
payload?: any;
}
```
Expand Down

0 comments on commit 81afd0d

Please sign in to comment.