From 1bd8fdb766311309652ed75a386671f2d34dc8ff Mon Sep 17 00:00:00 2001 From: Srichandradeep Choudarapu Date: Mon, 4 Nov 2019 00:43:06 +0530 Subject: [PATCH] docs: add missing parenthesis (#33559) PR Close #33559 --- 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 3fd75cfe3a..36ead6055b 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -354,7 +354,7 @@ array of the services that you'll test or mock. + header="app/demo/demo.testbed.spec.ts (provide ValueService in beforeEach)"> Then inject it inside a test by calling `TestBed.inject()` with the service class as the argument.