diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md
index 2006aa5260..dca2378ada 100644
--- a/aio/content/guide/testing.md
+++ b/aio/content/guide/testing.md
@@ -6,14 +6,14 @@ This guide offers tips and techniques for unit and integration testing Angular a
The guide presents tests of a sample application created with the [Angular CLI](cli). This sample application is much like the one created in the [_Tour of Heroes_ tutorial](tutorial).
The sample application and all tests in this guide are available for inspection and experimentation:
--