From 0e7f9cc168d62684bf8af167ce2b09167b84cc94 Mon Sep 17 00:00:00 2001 From: Lukas Ruebbelke Date: Thu, 19 Jan 2017 11:51:38 -0700 Subject: [PATCH] docs(style-guide): fix typo --- 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