From 64bb7cd7047e7339fa367d49747d0f613f5a87f1 Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Tue, 13 Jul 2021 22:53:22 +0000 Subject: [PATCH] docs: update incorrect bullet text (#42839) Fixes #42286 PR Close #42839 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 94a498241a..699da2be9a 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -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.