Skip to content

Commit

Permalink
Fix small typo in "it" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRyanDev authored Oct 13, 2017
1 parent a8c1419 commit 4a52873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/effects/spec/effects_root_module.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Effects Root Module', () => {
});
});

it("doens't dispatch the root effects init action when EffectsModule isn't used", () => {
it("doesn't dispatch the root effects init action when EffectsModule isn't used", () => {
TestBed.configureTestingModule({
imports: [
StoreModule.forRoot({ reducer }, { initialState: { reducer: foo } }),
Expand Down

0 comments on commit 4a52873

Please sign in to comment.