docs: update incorrect bullet text (#42839)

Fixes #42286

PR Close #42839
This commit is contained in:
David Shevitz 2021-07-13 22:53:22 +00:00 committed by Andrew Kushnir
parent 0b429d314f
commit 64bb7cd704
1 changed files with 1 additions and 1 deletions

View File

@ -344,6 +344,6 @@ After you've set up your application for testing, you may find the following tes
* [Basics of testing components](guide/testing-components-basics)—discover the basics of testing Angular components.
* [Component testing scenarios](guide/testing-components-scenarios)—read about the various kinds of component testing scenarios and use cases.
* [Testing attribute directives](guide/testing-attribute-directives)—learn about how to test your attribute directives.
* [Testing pipes](guide/testing-pipes)—find out how to test attribute directives.
* [Testing pipes](guide/testing-pipes)—find out how to test pipes.
* [Debugging tests](guide/test-debugging)—uncover common testing bugs.
* [Testing utility APIs](guide/testing-utility-apis)—get familiar with Angular testing features.