docs(style-guide): fix typo (#3120)
This commit is contained in:
parent
8a537b1225
commit
039caf36d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue