From 98d438ed9bb207b189130996905ca7500a42c6ba Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 30 Sep 2016 15:29:49 -0600 Subject: [PATCH] docs(testing): delete extra 'with' (#2513) 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 cad063a337..e73e2bbc15 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