Skip to content

Commit

Permalink
Merge pull request #70 from bondarvladislave/master
Browse files Browse the repository at this point in the history
fix(doc-typo): fixed typo // provideEffectManager -> // provideEffect…
  • Loading branch information
NetanelBasal authored Feb 9, 2024
2 parents 51b0021 + 9d5eddd commit da32a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/effects-ng/src/lib/effects-ng.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { EFFECTS_MANAGER, EFFECTS_PROVIDERS } from './tokens';
import { registerEffectFromProviders } from './provide-effects';

/**
* @deprecated Please consider using `provideEffectManager` and `provideEffects` functions instead. This module will be
* @deprecated Please consider using `provideEffectsManager` and `provideEffects` functions instead. This module will be
* deleted in the future.
*/
@NgModule()
Expand Down

0 comments on commit da32a41

Please sign in to comment.