From f2ca1da0d0a4e39811de999906ebee5504afeea4 Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 30 Sep 2016 10:19:23 -0600 Subject: [PATCH] Deleted extra 'with' Deleted extra 'with' --- public/docs/ts/latest/guide/testing.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index 7a99679ff4..496bbba762 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -408,7 +408,7 @@ a(href="#top").to-top Back to top +makeExample('testing/ts/app/banner.component.spec.ts', 'simple-example-it', 'app/banner.component.spec.ts (simplified)')(format='.') :marked A comprehensive review of the Angular testing utilities appears [later in the chapter](#atu-apis). - Let's dive right into Angular testing, starting with with the components of a sample application. + Let's dive right into Angular testing, starting with the components of a sample application. a(href="#top").to-top Back to top