Skip to content

Commit

Permalink
docs(effects): Clarify EffectsModule import requirement (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
SangKa authored and brandonroberts committed Feb 22, 2018
1 parent 9558ff6 commit 3b8d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/effects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class AuthEffects {
}
```

2. Register the EffectsModule in your application root imports. This NgModule *must* be added to
2. Register the EffectsModule in your application root imports. This EffectsModule *must* be added to
your root `NgModule` for the effects providers to be registered and start when your application is loaded.

```ts
Expand Down

0 comments on commit 3b8d187

Please sign in to comment.