From 039caf36d6c4264b7a2b300c2c6b9a89b8815fa9 Mon Sep 17 00:00:00 2001 From: Lukas Ruebbelke Date: Thu, 26 Jan 2017 23:56:51 -0700 Subject: [PATCH] docs(style-guide): fix typo (#3120) --- 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 d4999a9ad4..43a5b4c190 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -567,7 +567,7 @@ a#compile-components nor any of the `override...` methods. The `TestBed` throws an error if you try. ### The second synchronous _beforeEach_ - A _synchronous_ `beforeEach` containing the remaining setup steps follows the asynchonous `beforeEach`. + A _synchronous_ `beforeEach` containing the remaining setup steps follows the asynchronous `beforeEach`. +makeExample('testing/ts/app/banner.component.spec.ts', 'sync-before-each', 'app/banner.component.spec.ts (second beforeEach)')(format='.') :marked