Skip to content

Commit

Permalink
docs(angular): Fixed typo in data-persistence
Browse files Browse the repository at this point in the history
was action$: Actions and renamed var to actions$: Actions
  • Loading branch information
alexesca authored and AgentEnder committed Apr 1, 2022
1 parent 84dbd43 commit ddad6f2
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 ddad6f2

Please sign in to comment.