Skip to content

Commit

Permalink
doc: fix ngeat/effects typo (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delapouite authored May 20, 2024
1 parent bdd722f commit a7302b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/dev-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The plugin supports the following options passed as the second function paramete

`preAction` - A method that's called before each action.

`actionsDispatcher` - Observable of actions. For example actions created by [@ngeat/effects](https://github.com/ngneat/effects)
`actionsDispatcher` - Observable of actions. For example actions created by [@ngneat/effects](https://github.com/ngneat/effects)

`logTrace`: Outputs a console.trace() for each action in the console.

Expand All @@ -42,7 +42,7 @@ platformBrowserDynamic()
});
})
```
## Display actions from [@ngeat/effects](https://github.com/ngneat/effects)
## Display actions from [@ngneat/effects](https://github.com/ngneat/effects)

### Angular

Expand Down

0 comments on commit a7302b0

Please sign in to comment.