From 9add50129d14d21d940ab830699f9598f490d006 Mon Sep 17 00:00:00 2001 From: Aditya Bhardwaj Date: Mon, 14 May 2018 14:54:39 +0530 Subject: [PATCH] docs: fix typo (#24210) closes #23891 PR Close #24210 --- 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 9dfc7f8e35..a8e87ecdf9 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -346,7 +346,7 @@ It appears within the template of a parent component, which binds a _hero_ to the `@Input` property and listens for an event raised through the _selected_ `@Output` property. -You can test that the class code works without creating the the `DashboardHeroComponent` +You can test that the class code works without creating the `DashboardHeroComponent` or its parent component.