From a7302b04e1eb6338dae3041dd9830a821be7a31b Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Mon, 20 May 2024 10:18:54 +0200 Subject: [PATCH] doc: fix ngeat/effects typo (#521) --- docs/docs/dev-tools.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/dev-tools.mdx b/docs/docs/dev-tools.mdx index 78fdbe47..dda9cca8 100644 --- a/docs/docs/dev-tools.mdx +++ b/docs/docs/dev-tools.mdx @@ -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. @@ -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