diff --git a/testing-components.md b/testing-components.md index 01c5d17..97da2a8 100644 --- a/testing-components.md +++ b/testing-components.md @@ -178,7 +178,7 @@ describe('CounterComponent', () => { }); ``` -Using `describe`, we define a test suite for the `CounterComponent`. In contains a `beforeEach` block that configures the `TestBed` and renders the Component. +Using `describe`, we define a test suite for the `CounterComponent`. It contains a `beforeEach` block that configures the `TestBed` and renders the Component.