Skip to content

Commit

Permalink
Fixed type in actions$: Actions
Browse files Browse the repository at this point in the history
It was action$: Actions and renamed var to actions$: Actions
  • Loading branch information
alexesca authored Mar 31, 2022
1 parent 84dbd43 commit 09e233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/guides/misc-data-persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class TodoEffects {
)
);

constructor(private action$: Actions, private backend: Backend) {}
constructor(private actions$: Actions, private backend: Backend) {}
}
```

Expand Down

0 comments on commit 09e233d

Please sign in to comment.