Skip to content

Commit 81afd0d

Browse files
emilabrahambrandonroberts
authored andcommitted
chore(docs): Fix action interface example (ngrx#360)
1 parent 127ccc9 commit 81afd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export interface ActionWithPayload<T> extends Action {
9292
And if you need an unsafe version to help with transition.
9393

9494
```ts
95-
export interface UnsafeAction implements Action {
95+
export interface UnsafeAction extends Action {
9696
payload?: any;
9797
}
9898
```

0 commit comments

Comments
 (0)