From 13172421f9eb34ee02d04ce87fb6c970351d609e Mon Sep 17 00:00:00 2001 From: AlirezaEbrahimkhani Date: Tue, 15 Feb 2022 20:25:30 +0330 Subject: [PATCH] docs: fix grammatical error (#45092) 'an' is replaced with 'a' for the adjective 'straightforward' resolves angular#45075 PR Close #45092 --- aio/content/guide/testing-components-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing-components-basics.md b/aio/content/guide/testing-components-basics.md index 52740f4db6bd3..754691760e5f4 100644 --- a/aio/content/guide/testing-components-basics.md +++ b/aio/content/guide/testing-components-basics.md @@ -11,7 +11,7 @@ the DOM as described by its template. The Angular `TestBed` facilitates this kind of testing as you'll see in the following sections. But in many cases, _testing the component class alone_, without DOM involvement, -can validate much of the component's behavior in an straightforward, more obvious way. +can validate much of the component's behavior in a straightforward, more obvious way.