docs(style-guide): fix typo (#3120)

This commit is contained in:
Lukas Ruebbelke 2017-01-26 23:56:51 -07:00 committed by Jules Kremer
parent 8a537b1225
commit 039caf36d6
1 changed files with 1 additions and 1 deletions

View File

@ -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